Map
Produces a new collection of values by mapping each value in list through defined task, in parallel. When execution is finished on all items, the `map` task will return a list of execution results in an order which corresponds to the order of the source list.
Type: map/v1
Properties
| Name | Label | Type | Description | Required |
|---|---|---|---|---|
| items | List of items | ARRAY Items[] | List of items to iterate over. | false |
How is this guide?
Last updated on