The For Each activity node
The For Each node lets you configure a loop, equivalent to a For or While loop in programming, for processing of multiple items.
There are several ways to process a loop:
-
Iteration: takes a single number as input and loops for exactly that number of times
-
Expression: takes Java Script expressions as input to determine number of iterations
-
Array: takes an array of values as input
-
XML: takes XML schema and data as input