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

Question

Question

How to load values from Rows independently into a multi-value token

asked on April 22, 2016

I have a table where the number of rows is not fixed.

I would like to add two fields of the rows together and then store the values of each Calculation in a Multi-value token for each of the Rows (ie: Row 1 Calc, Row 2 Calc, etc)

I have a For every Row Loop, but when the value is stored in the Multi-Value Token, the Token just keeps the last value, not all of the values. I've looked a number of things (token Editor - Indexing) but cannot figure out how to get it to create the Multiple Values in the token.

Thoughts?

0 0

Answer

SELECTED ANSWER
replied on April 22, 2016

How are you creating and populating the multi-value token? It needs to be created before the For Each Row starts, otherwise, you're just wiping it out and populating it with the current value in each iteration.

0 0
replied on April 22, 2016

Thanks Miruna

As you expected I was creating the Token inside the For Every Row loop. Once I created the Token before the For Every Row and used the Modify Token inside the loop, I was able to get what I wanted.

0 0

Replies

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

Sign in to reply to this post.