You are viewing limited content. For full access, please sign in.

Question

Question

Populating Collection

asked on April 19, 2019

I have a Collection in Forms. How do I populate data from Workflow to the fields in the collection in Forms? Thanks.

 

Priya

0 0

Replies

replied on April 19, 2019

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.

0 0
replied on April 19, 2019

Thanks

0 0
replied on April 22, 2019

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

0 0
replied on April 22, 2019

No, in the SDK script, store your values to a list or array in a loop then set the token value at the end after the loop is complete.

In an SDK script multi value tokens should be set all at once using the following.

0 0
replied on April 22, 2019

Ok, thank you.

 

Priya

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.