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
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