Docs

RunMacro Documentation

Learn RunMacro from basics to advanced.

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

RunMacro robot
Docs Flow Random Goto
🎯 Flow

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

  1. Create the target Labels (e.g. path_a, path_b).
  2. Add a Flow › Random Goto command.
  3. Choose the list of labels it may jump to. Save.

Every option explained

Label list (up to 10)

The candidate Labels. On run, the command randomly picks exactly one from the list to jump to.

Real example

Example: randomly choose 1 of 3 actions

  1. Create Labels a, b, c for 3 branches.
  2. Random Goto picks among [a, b, c].
  3. Each run follows a random branch.

Tips & common mistakes

Combine with a Random Wait for even more natural overall behavior.
RunMacro robot

Ready to automate smarter?

Download RunMacro and start automating your desktop, browser, and business workflows today.