Skip to main content

Foreach

Overview


Loops through each item in the list provided.

Input

Foreach

NameRequiredDescription
List to iterateSelect the variable holding the list/table you want to iterate over.

Optional

NameRequiredDescription
Item Display NameProvide a display name for the items you are looping - the action display text will be updated (default is "item").

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.