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