For Each
Iterates through an object key by key using a helper flow. For each key in the input object, the helper flow is called with the key name and value for that key. You can select them using the dropdown in the With the following values field after selecting a helper flow from the Choose Flow dialog.
The helper flow will process each key/value pair together with any constants passed into the helper flow. The For Each function card does not create an output. It simply performs the actions in the helper flow. If you need output values, consider Map to List or Map.
Input
Field | Definition | Type | Required |
---|---|---|---|
For each item in this list | |||
object | Object to process. | Object | TRUE |
Run this Flow | |||
Helper Flow | Helper flow to process each key/value pair. | Flow | TRUE |
Inputs | Dynamically generated inputs defined by the helper flow. Use the dropdown to specify which input gets the key and which gets the value. | Various | TRUE |
With the following values | |||
concurrency | Number of keys that are processed in parallel. | Number | FALSE |
Output
There are no output fields for this function card.