What are Loops?
Loops can be used within Projects to repeat one or more tasks. The following types of Loops are supported in GoAnywhere Director: • For Loop – Executes one or more tasks a predetermined number of times. • For Each Loop – Iterates over a collection of items (File Lists, Rowsets, Email Lists, etc.). • While Loop – Executes one or more tasks repeatedly while the Loop condition evaluates to true. • Do While Loop – Similar to the While Loop, all tasks in the Loop will execute repeatedly except the Do While Loop will evaluate the condition after each iteration. This Loop is guaranteed to run at least once.