Hi there,
I want to use a counter for a for each loop, so with an input parameter of “5” I want to do an action 5 times. I’ve seen that the input parameters for a for loop are “pos” and “list”. The “list” I’ve seen used and know what it does, but what does “pos” stand for, and could I use it as a threshold value or something to that effect?
Thanks