Loop Node
| Description | 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. |
| Available in | Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined |
| Node Name | Loop |
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 [Common Configurations]({filename}/pages/io/io-nodes/io-node-types/common-configurations.md#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