Hi,
In the process flow, I generate, e.g., 1000 tokens, and give each of them a label called "ID", which the value is its index number. Now, they are in the sequence: 1,2,3,...,1000. What could I do to re-arrange them and have them in this sequence: 1,101,201,301,...901, 2,102,202,...,902, ......, 99,199,299,...,999, 100, 200,...,1000?
Thanks!