Loop Action
Description:
This Action iterates a block of Actions for a specific number of times.

Properties:
Start From:
Sets the starting point for your Loop counter.
End To:
Sets the ending point for your Loop counter.
Increment By:
Sets the increments your Loop counter increases by.
Store Current Index into:
Enter a name to be the Variable that will store the Current Index, starting at the Start From value. The value of this Variable will change by the increment with each iteration.