Select a type of repetition logic based on:
Repeat While propertyValue = 3 Do step 3 To step 4 End Repeat
Repeat While "Button" Exists Is Equal to True Do Step 3 To Step 4 End Repeat
Repeat While numberVar < 5 Do step 3 To step 5 End Repeat
Repeat this loop 10 times Do step 3 To step 7 End Repeat
Repeat for each item in ListA Do step 3 To step 5 End Repeat
Repeat using ActiveData file testData Do step 3 To step 5 End Repeat
Repeat While propertyValue = red OR stringVar = red Do step 3 To step 5 End Repeat
Get all rows in sequence – Select this option to iterate through the selected rows in your ActiveData file in sequence from the first specified row to the last specified row.
Get all rows in random order – Select this option to randomly iterate through all of the rows in your ActiveData file.
Get X random rows – Select this option and type the number of rows in your ActiveData file to randomly iterate through.