For each loop node
Iterate over each item in a list, and execute connected actions for each item.
Read time 1 minuteLast updated 2 days ago
Use the For each loop node to run actions once for every item in a list or collection. For each item, it provides that item so you can use it inside the loop.
Sockets
Socket | Type | Description |
---|---|---|
Socket | Any (collection) | The list or collection to loop over. |
Then | Event (output) | Fires once for each item in the collection. |
Item | Any (output) | The current item from the collection for this pass. |