For Each
Description
This activity allows you to loop through arrays, lists, data tables or other types of collections.
Properties
Category | Property | Type | Description |
---|---|---|---|
Misc | Values | In(IEnumerable<Object>) | Iterate through the data and process each piece of information individually. Able to input variable or value. |
Type Argument | Type | Able to choose different types of variable that can be add in the value property. The default value is: Object |