Difference between revisions of "Control flow: Repeat actions"
(Created page with "<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> This action can be used to repeat one or more other actions. It will repeat either...") |
(No difference)
|
Revision as of 21:54, 12 February 2024
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.