October 2013
Beginner
148 pages
3h 38m
English
Doing the same thing multiple times might look like a bad idea, but we usually are doing slightly different things in each iteration, and with loops, we can factor out the repetition, and our workflows are easily reused.
A few notes about the loops:
The simple Counting Loop Start node just feeds the same input table (as many times as specified) to the loop, each time increasing the currentIteration flow variable.
When you would like to iterate without the [0, maxIteration-1] interval or the ...
Read now
Unlock full access