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 Label
🏷 Flow

Set a Label to navigate a workflow in RunMacro

What it does

The Label command places a named marker in the script. It does nothing on its own, but it is the target that Goto, Random Goto, and IF/ELSE jumps aim at. It is the foundation for loops and branching.

When to use it

  • Mark a return point to build a loop with Goto.
  • Create a destination for the IF/ELSE branches of condition commands.
  • Split a script into easy-to-navigate markers.

Configuration steps

  1. Add a Flow › Label command.
  2. Give it a memorable, unique label name (e.g. start).
  3. In Goto or condition commands, choose this label as the target. Save.

Every option explained

Label name

The marker identifier. Prefer no spaces and keep it unique within the script.

Real example

Example: an endless loop with Label + Goto

  1. Place a Label named loop at the top.
  2. Add the action commands.
  3. End with a Goto to loop to repeat.

Tips & common mistakes

If a Goto points to a missing label, RunMacro pauses and reports an error — check the label name.
RunMacro robot

Ready to automate smarter?

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