Loop
Loop runs one branch once for each item in an upstream array.
Use it when one execution must process a collection, such as line items, inspection rows, repeated list rows, imported data, or records returned from an earlier step.
Settings
Array Source selects the upstream array to iterate.
input.item is injected only into nodes inside the Each Item branch. Use it to reference the current item for the active iteration.
The source picker only shows compatible array variables.
Outputs
Loop exposes two routes:
- Each Item: Runs once for each item.
- All Complete: Runs after all item iterations complete.