ForEach
Runs everything downstream once per item of a list.
Fields
| Field | Type | Required | What it does |
|---|---|---|---|
items | jsonata | yes | Expression producing an array, for example input.body.rows |
concurrency | number | Items handled at a time, 1 to 20. Defaults to 1. |
Output
items, total, truncated, concurrency
Notes
Each downstream node receives the current item as its input. At most 1000 items.