Skip to content

For Each Loop

Iterators are a way to walk through an array or map.

Inputs#

Port Description
Exec
Executes the loop.
Break
Breaks the loop.
invalid port type: iterable

Outputs#

Port Description
Body
Key
A number index or key of a map.
Value
The value of the item
Completed

ID: for-each-loop@v1