Control flow: Repeat actions

Revision as of 21:54, 12 February 2024 by JosueGd (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.