Loop for each element of an array
Input parameters
Name | Description | Type | Required | Default value |
---|
List | The list you want to iterate | ARRAY | true | |
Limit | The index of the item for which this foreach should terminate | NUMBER | false | |
Item name | The name to use for each individual list item within the scope of the executing action | STRING | true | |
Action | The action to execute each iteration | ACTION | true | |
Action parameters | The parameters of the action to execute each iteration | ACTION_PARAMS | false | |
Output
Name | Description | Type | Default value |
---|
Action outputs | null | ACTION_OUTPUTS | |