For Each |
The component provides the enumeration of collection elements.

| Name | Description |
|---|---|
| Entry | The input of the node. |
| Collection | The collection to iterate through. |
| Loop Body | The action to perform for each collection element. |
| Current | Current iteration's collection element. |
| Exit | The output of the node. |