For Each

Iterate a list of items in a loop.

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.

Input

Configuration

  • 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.

Last updated