Each
Iterate over a list and run sub-steps for every item.
Loop over a list value from a prior step and execute a nested sequence of actions for each element. The current element is available as a template variable inside the loop.
Components
| Component | Description |
|---|---|
each | Loop over a collection of items or map entries, processing them one by one or in chunks. |
How is this guide?