<< Click to Display Table of Contents >> Navigation: Actions > Loops and Flows > Simple Loop |
Allows a task to iterate through a loop.
Start From
Enter the number at which to start the loop.
To
Enter the number at which to end the loop.
Destination Variable
Stores the current value of the loop. For example, if you enter 1 in the Start From box and 5 in the To box, then, in the first iteration, the destination variable contains 1. In the second iteration, the destination variable contains 2, and so forth.
Related Topics