Repeat for each item
Loops over a list, running the following steps once for every item in it.
An action in the Flow Control group.
Its type is action.for_each.
Declared ports
Section titled “Declared ports”| Port | Label | Flow | Type |
|---|---|---|---|
in |
in | execution in | — |
body |
Repeat this | execution out | — |
completed |
When finished | execution out | — |
list |
List | data in | List of Any |
item |
Item | data out | Any |
index |
Index | data out | Int |