📄️ Execute Actions Asynchronously
Executes a list of actions on a different server thread, so execution is not blocked. Note that the result of execting the actions can't be sent back to the browser. Use the 'On Error' actions of modules that support it to handle unexpected errors.
📄️ Execute Actions Conditionally
Available in: PlantAnApp.
📄️ Execute Actions
Executes a list of actions.
📄️ Repeat
Repeats a list of actions until a condition evaluates to false or a number of repetitions is achieved. If you combine the repetitions and condition settings, you can obtain a block of code inside a for that will stop repeating when the condition evaluates to false. The current repetition number can be accessed in the following tokenCurrentLoopNumber].
📄️ Stop Execution
Stops the execution.