ForEach

This activity helps the user to enable the iteration over elements in a collection,
such as an array or a list. It executes a specified set of actions for each value
in the collection variable/argument, allowing for efficient processing of multiple
items without the need for manual iteration.

Technical Reference

 

MISC

Display Name: Displays the name of the activity. The activity name can be customized which will help in troubleshooting.

TypeArgument: It indicates the “datatype” of each value in the collection of variable / argument.

 

Choose only specific datatype of variable from the drop-down menu, avoiding selections of lists, collections, or arrays of types.

Values: Indicates to provide the "variable" or "argument" name with a collection of values. This should match the datatype selected

Represents mandatory fields to execute the workflow

Click here to know how the activity is used in the workflow.