ForEach

Loop through a list of values and for each value perform a certain action. It is designed to process the multiple options from a Checkbox List.

All other actions can be nested in a ForEach loop and will behave according to standard JavaScript. Actions like ExecuteSQLCommand, CallWebService and Decision are the more logical choices.

The output from the ForEach Loop (ForEach1.LoopValue) is the input for the nested actions.



Add a ForEach action


Properties

  1. List

    The list of values to loop through and perform the nested actions on. Accepts any list of objects.