Docs
RunMacro Documentation
Learn RunMacro from basics to advanced.
Everything you need to start and master RunMacro — from basic commands to advanced automation workflows.

Random Goto: jump to a random label in RunMacro
What it does
The Random Goto command randomly picks one Label from a list (up to 10) and jumps there. Each run can take a different path, making behavior more natural-timing.
When to use it
- Vary behavior to avoid a rigid, repeated pattern.
- Randomly pick one of several sub-scripts.
- Simulate a user making a random choice.
Configuration steps
- Create the target Labels (e.g.
path_a,path_b). - Add a Flow › Random Goto command.
- Choose the list of labels it may jump to. Save.
Every option explained
Real example
Example: randomly choose 1 of 3 actions
- Create Labels
a,b,cfor 3 branches. - Random Goto picks among [a, b, c].
- Each run follows a random branch.
Tips & common mistakes
Combine with a Random Wait for even more natural overall behavior.
RunMacro