Have an automatic index/counter variable on "Repeat actions > Fixed number"

guilhermgonzaga

New member
Hello everyone.

I thought of a way to give a simple "Repeat x times" while loop more use cases.
Be it looping a fixed or variable number of times, what if there were a special value generated on every iteration, a counter starting from 0 (or 1). It could be used to set numeric variables like so:

(App in portuguese, sorry)
Screenshot.jpg

With this, one can avoid creating a new variable, setting it to 0 (or 1), and incrementing it.
 
Top