For some reason I can not think of a logical way to do this. Basically I am looking at doing a ++
For some reason I can not think of a logical way to do this. Basically I am looking at doing a ++
For each value automatically will loop through all the values of a multivalue token for you. If you wanted to script it without code to do a loop, create a token with assign token value then use token calculator to +1 to the that token and use assign token value again to update the value, you can use this token to index the multivalue token you're dealing with:
In a Workflow script or in a Workflow definition? There's a For Each Value activity that you can use to iterate over the token.
Workflow Definition. I know how to do a loop for each but I am unsure how to set an integer counter so that I can record the number
What exactly are you trying to do? If you are just trying to count the values there is a token function that gives you that. Above I showed how to set an integer and increment it.
If I have a little more information on your use-case I can better point you at the proper tool.
I was looking to keep track of loop count so that after a loop I could add my original number plus loops count