For Each
Iterate a list of items in a loop.
Last updated
Iterate a list of items in a loop.
Last updated
This is a special activity that takes an item from the input collection and uses it to execute the rest of the steps until it encounters Loop End. When the execution reaches Loop End, it will check if all items in the collection are processed and if there are items pending in the list, it will go back to the loop start. If all items are processed, the next activity is executed.
Collection: Object Argument
Required
The input collection. E.g. DataTable
List
IEnumerable
Item: Object
Contains each item from the collection.
Loop Name : String Argument
Specify the name for the loop. This is used to decide the scope of this activity.\
Skip First : Integer Argument
Specify the number of items to skip at the beginning of the loop.\
Skip Last : Integer Argument
Specify the number of items to skip at the beginning of the loop.