A For Loop executes one or more tasks for a specified number of times. A For Loop could contain a FTP task that scans for files in a directory, followed by a Delay task that waits a couple minutes before reiterating the loop. The For Loop could continue to repeat up to a maximum number of iterations you specify.