For Each List Item
Iterates through all items of a list. If you provide indexVar, the block also exposes the current zero-based iteration index.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
list | yes | expression | array | — |
itemVar | yes | string | variable-name | — |
indexVar | no | string | variable-name | — |
Notes
No additional notes are available yet.