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

Question

Question

Loop through multi valued token in workflow

asked on May 15, 2019

How do I loop through multi valued token in workflow using for loop?

Thanks

Priya

0 0

Replies

replied on May 15, 2019

Use the For Each Value activity and specify the multi value token as the source for the activity.

0 0
replied on May 15, 2019

Thanks. I have 5 multi valued token and would like to loop through and get values for all tokens in each iteration. Inside For each, I can use only Current Value. How do I get values of all 5 tokens please inside the loop?

 

Priya

0 0
replied on May 15, 2019

For all other tokens, use the token editor to apply an index of ForEachValue_Iteration

0 0
replied on May 15, 2019

Thanks

0 0
replied on May 16, 2019

I would do it this way:

If I were retrieving multiple values from a table:

This screen shot is a conditional decision that runs through when the desired context is satisfied.

You don't even have to include a "Retrieve Business Process Variables" tools this way.

In the For Each Row activity simply select the desired source of information:

Use "Assign Token Values" and create a token for each row:

This is situational. Hope I could teach you something for future reference.

 

0 0
replied on May 16, 2019

Thanks

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

Sign in to reply to this post.