Working with Loops

A loop enables you to repeatedly execute a sequence of functions. 

There are two types of loops: 

  1. Repeat loop – enables you to repeat the execution of a functions or a function sequence, a specified number of times
  2. Data table loop – enables the functions inside the loop to receive a different parameter value in each loop iteration. The values that are passed to the commands in the loop are stored in a data table. The data tables serving your script are stored in the Repository tab. In the Repository you create new data tables or edit existing ones.

Read more: