While loop
While Loop node iterates over a list or a collection, executing a set of instructions for each item until an exit condition is met.
Properties panel
General
Field | Description | Required |
---|---|---|
Node name | true | |
Condition | Condition when you would like to exit the loop. Check this documentation to see how to build conditions in this node. | true |
Returns
This node does not return any value
Last updated