Loop node
The Loop node allows iterating over a set of elements or executing a sequence of actions multiple times. It is typically used to process collections or repeat operations based on a defined condition.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
-
Array to Loop: Defines the set of elements (Array) that will be iterated. Can be taken from a variable or defined directly inside the textbox.
-
Save in the Flow store: Attributes can be saved into a variable for reuse by other nodes. See Save in the Flow store for details.
Default output node
- Done — Iteration completed successfully (all elements processed)
- Invalid Array — The provided input is not a valid array
- Has Next — There is at least one more element to iterate (loop continues)
- Failure