When I click on a button, it will generate a comment and we are saving it in a comment table. In particular scenarios, when we click on the same button, it will generate multiple comments and we need to save it in a comment table itself. So how can we handle in appian?
Discussion posts and replies are publicly visible
Hi laxmipavanik0001 ,As you have told you want to save multiple comments into Comments table, if you are doing this in interface level, you need to make rule input - Comment as Array, and when you use the same interface in the Process Model, use the comment PV multiple.
So that you can store multiple values into the records.