For Each Loop
For-Each loop allows workflow designer to iterate through a defined array of objects or array of strings. With each iteration, the loop considers the equivalent index of the array.
Key Capabilities
Supported List Types
- Array of Objects
- Array of Strings
List Selection
Users can select a field array from the Data Center under the For-each loop node.
Configurations
Configuration | Input | Description |
|---|---|---|
Max number of iterations | Numeric | The user can add a maximum of 500 iterations. If required to add more than that, user can reach out to the support/backend team. |
Select Array | Data Center selection | The user can select: Array of Objects, Array of Strings |
Terminate & Exit For loop if any of the nodes within the loop fails | Boolean | Enabling this configuration would ensure that the loop would exit, if any of the nodes fail within the loop. |
Hide this node under progress path for the end-user | Boolean | The entire loop node would be hidden under the progress path (web-views) for the end user. |
Hide this node under progress path for the end-user, if node skips | Booleans | The entire loop node would be hidden under the progress path (web-views) for the end user, in case the node skips. |
Iteration Control
Maximum Iterations: 500
Default Iteration Count: 100
Exceeding Limit: Requires Backend team consultation
Supported Sub-Nodes
- Branch
- Union
- Action
- Function
- Decision
Updated about 1 month ago
