Map Flow to List

Applies a flow to every element in the list

What it does

  • Takes 7 inputs and produces 2 outputs.

Inputs

NameTypeDescription
List of ItemsListlist of items to map over the flow
API KeyStringDG API key
API SecretString (sensitive)DG API Secret
DG RegionStringDG region One of: us, eu
FlowStringid of the flow to apply to each item in the list
Inputs MapObjectfor 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 MapObjectThis is key/value where key of contants for each item.

Outputs

NameTypeDescription
SuccessBooleanwere flows launched for each item in the list?
Mapped ListListlist of results from applying the flow to every element in the list