I have a Collection in Forms. How do I populate data from Workflow to the fields in the collection in Forms? Thanks.
Priya
I have a Collection in Forms. How do I populate data from Workflow to the fields in the collection in Forms? Thanks.
Priya
Store your values in a multivalue token, and set the form variable equal to that multivalue token using the Set Business Process Variables activity.
Make sure you set all of your form field values all at the same time, do not use multiple activities.
Thanks
I am using SDK script to read the CSV file. If I have a multi value token called 'Name', do I set the value like below in the script?
SetTokenValue("Name",name);
Will the value get appended each time in a loop please? Thanks.
Priya