Skip to main content

For each

Loop for each element of an array

Input parameters

NameDescriptionTypeRequiredDefault value
ListThe list you want to iterateARRAYtrue
LimitThe index of the item for which this foreach should terminateNUMBERfalse
Item nameThe name to use for each individual list item within the scope of the executing actionSTRINGtrue
ActionThe action to execute each iterationACTIONtrue
Action parametersThe parameters of the action to execute each iterationACTION_PARAMSfalse

Output

NameDescriptionTypeDefault value
Action outputsnullACTION_OUTPUTS