For each
This activity allows the workflow to iterate through an array and execute activities on each item.
| Parameters | Description |
|---|---|
Collection |
The array that will be iterated. The For each loop will execute for each item in the array. |
↑