Map Flow to List
Applies a flow to every element in the list
What it does
- Takes 7 inputs and produces 2 outputs.
Inputs
| Name | Type | Description |
|---|---|---|
| List of Items | List | list of items to map over the flow |
| API Key | String | DG API key |
| API Secret | String (sensitive) | DG API Secret |
| DG Region | String | DG region One of: us, eu |
| Flow | String | id of the flow to apply to each item in the list |
| Inputs Map | Object | for each flow input, specify the path in the item to get the value of that input. This is key/value where key is the flow id and value is json path. |
| Constants Map | Object | This is key/value where key of contants for each item. |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | were flows launched for each item in the list? |
| Mapped List | List | list of results from applying the flow to every element in the list |