|
<< Click to Display Table of Contents >> For Each |
![]() ![]()
|
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.
You can specify the variable containing the collection or object with nested collections.
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.