Process Flow - Scripting with variables and loops
Start Script
Set Variable
Check Loop Condition
Execute Loop Body
Update Variable
↩Back to Check Loop Condition
The script starts by setting a variable, then checks a loop condition. If true, it runs the loop body, updates the variable, and repeats until the condition is false.