Repeated Loop
Iterates a list of items in a loop a specific number of times.
Last updated
Iterates a list of items in a loop a specific number of times.
Last updated
This activity executes an activity or a series of activities a specified number of times and when the execution reached the Loop End activity, it checks if the specified number of repeats has expired if not it will back to the loop start.
Number Of Repeats: Integer Argument
Specifies the number of times the loop should repeat.
Loop Name : String Argument
Specify the name for the loop. This is used to decide the scope of this activity.