For Loop

This is probably the second most common statement to use. It is helpful when working with fields that contain multiple values or when working with multiple issues (just for an example).

Example 1 - Finite number of loops

Example 2 - Looping through an array

Example 3 - Looping through an array with index