For Each Loop
Iterators are a way to walk through an array or map.
Inputs#
Port | Description |
---|---|
Executes the loop. | |
Breaks the loop. | |
invalid port type: iterable |
Outputs#
Port | Description |
---|---|
A number index or key of a map. | |
The value of the item | |
ID: for-each-loop@v1