I have a form that allows users to add up to 5 lines. The columns are called "Year" and "Term". In my workflow I capture tokens for Each Row and I allow multiple tokens in order to make my list work. Then in Fill Out Form action, my tokens have an Index applied - each row will be a certain number (so the "Year" and "Term" tokens in row one will have value index of 1, the row two will have value index of 2 etc).
The problem is that (out of 5 possible rows) if I only add 2, then the last 3 will populate with the 2nd value. Does anyone know how to fix this?
Thanks!
Resolution:
My VAR Terri Neal from ImageNet helped me with this, Brandon was on the right track so I will select his answers as the answer.
Assign Token Value, using Create, name your new token, and make sure it allows multiple values, however you shouldn't select anything in the values.
Now add For Each Row and select your forms table.
Within the For Each, add another Assign Token Value, but this time do a Modify. Activity should point to your first Assign Token Value. In New Values add your two tokens "ForEachRow_Term, ForEachRow_Year" (this is because I want these two values together in the same field but separated by a comma and a space). Make sure to select Append to existing values.
In the Fill Out PDF Form, select your second token then you can Apply Index from Token Dialog Window to decide how will values be separated, I needed Line Break.