image.png

In Flow Core, a Loop does not fundamentally mean “repeat the downstream chain.” Instead, it means repeatedly executing the instruction list inside the current node over a numeric range, and then continuing through Out.

This is the key difference between Loop and Repeat:

Repeat reruns the downstream chain, while Loop reruns the instruction list inside the node itself.

Mechanism

UI

Examples