Map
Transform a list by running sub-steps per item and collecting results.
Apply a nested action sequence to every item in a list and collect the outputs into a
new list. Similar to each but the results are gathered and returned as the step output.
Components
| Component | Description |
|---|---|
map | Remaps and transforms values from a source object into a new output structure |
How is this guide?