Create loops in your flow and control the iteration of values
Continue
input is falsy, this output runs with an array of all input values. Does not run if Continue
is truthy, instead outputting a control-flow-excluded value.error
: Throw an error (default)break
: Break the loop as if Continue was falseBreak
output of the Loop Controller.Why do I need to connect something to the Break output port?
Why does my loop run forever?
true
, causing the loop to never break. Also, if a “Not Ran” output (e.g., from an If Block) is connected to the input port, it will always be true
.What happens if I don't connect the default input port?
How can I remember the ports better?
Why does the loop controller have a maximum number of iterations?