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.
How do you want to save it in database , Comma Separated or as a new row?
Hi ,
I want to save it as a new row..
Then it's Simple right? just like Varun suggested Make the Variable as Multiple . Or we missing something
How did you setup this, im trying to setup a communication module inside each request to be able to users to chat, but I'm not able to setup the interface to gather new comments and show old. My comment table is linked many to one to my main request table which contain the request id which need to be used as related action.