For Each

<< Click to Display Table of Contents >>

Navigation:  Workflow Designer > Activities >

For Each

Previous pageReturn to chapter overviewNext page

Function

The For Each activity allows for a loop, with all activities in the container being executed with every step. Compared to the For activity, the For Each allows you to iterate over a collection, such as an array or an object with nested collections.

 

Input

You can specify the variable containing the collection or object with nested collections.

 

Output

The current step value can be stored in an object variable. As the For Each allows iteration over collections, this will store the current active object or array item.