For Each

The For Each stage is used to iterate over each element in an array, execute a series of operations on each item, and collect the resulting outputs while preserving the original order of the array.

For Each Stage