Control flow: Repeat actions
This action can be used to repeat one or more other actions. It will repeat either a fixed number of times, or only while a certain condition is met. In many cases it will be sensible to use a wait before next within the loop to prevent very rapid firing of lots of actions.