When using Repeat Actions to loop is there a built in index value I could grab when going through each loop?
Or do I need to set that manually inside the loop?
When using Repeat Actions to loop is there a built in index value I could grab when going through each loop?
Or do I need to set that manually inside the loop?
I'm not aware of any built-in token that would help with that.
You can EITHER create your own variable and increment it inside the Repeat block (sometimes I do that), or you can use a FOREACH action which does have a built in variable that you can access (usually I do that.) Like this...
The global variable named "Value" in this action will increase from the low to high value. There's no need to create a variable if you do it this way.