Token for Repeat Activity

This activity produces the following tokens:

Tokens
Name Description Sample Syntax
Iteration The number of times the Repeat activity has repeated. %(Repeat_Iteration)

The "Repeat" portion of the syntax changes to match the activity's name.

Note: All non-alphanumeric characters, except underscores, are removed from the name. For example, if you rename the activity "Process & Fill", the syntax for the Iteration token will be "%(ProcessFill_Iteration)".

Note: You can use this activity’s Iteration token (in conjunction with token indexing) to access a specific value in a multi-value token. However, if this activity is configured to be zero-based, and if you try to map the iteration count directly to a multi-value token, the values will always be off by one (because multi-value tokens are indexed starting with the number one). To solve this issue, either change this activity to start at one under Options or use the Token Calculator activity to add one to the Iteration token before using it to retrieve a specific value from a multi-value token.