Input Array to iterate through
Output None

This task allows repetitively execute some tasks for each element of the input array. To add a task to "For Each" task - tap to the task's end "} +" row or move a task there using drag&drop. If input does not represent an array - loop will be repeated just once with the input as the value of the loop variable. 

The following are properties of "For Each" task:

Loop Variable: defines a variable holding current element of array, which being iterated; or element if left black.

Label: optional label, which can be used by a "Break" task to break that particular loop.  

See also:
Common Task Attributes
Task Options
Variable Types