For Each

You can select this activity to run a series of activities specified in the Body section, for each element in a collection.

This table lists the properties for the activity.

Property Type Property Name Data type Description
Input Body N/A The sequence of activities that must run for each element in a collection.
Misc DisplayName String The name to be displayed for the activity.
TypeArgument Based on the Values type within the List. For example, if value of the List is <string>, you must select String. Boolean/String/Int32/Object/Array of [T] The type of the argument. This value must be the same as the variable or argument type selected in the List type. For example, for List of <string> you must select String <mails>.
Misc Values List <T> where T can be:
  • String
  • Mail
  • int32
The collection of items to iterate over. Must be an argument or the variable that contains a List <T>. For example,
  • List<string>
  • List <mail >

You can select this activity to consider the action specified in the THEN and ELSE section based on a specific condition.