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 Group / End Group
🗂 Flow

Group commands to organize a script in RunMacro

What it does

The Group and End Group pair bundle related commands under a name, keeping the script tidy and readable. Groups are for organization only — they do not change how the inner commands run.

When to use it

  • A long script that needs clear sections.
  • Bundle the steps of a sub-task together.
  • Help others read/understand the workflow.

Configuration steps

  1. Add a Flow › Group command and set a group name.
  2. Put the related commands below.
  3. Finish with End Group. Save.

Every option explained

Group name

The display label for the group, to identify the section.

End Group

Marks the end of the group. Each Group should have a matching End Group.

Real example

Example: a "Login" group

  1. Group named Login.
  2. Commands: click field, type user, type password, click button.
  3. End Group.

Tips & common mistakes

Groups are organizational only — no loops or conditions. Use Loop to repeat.
RunMacro robot

Ready to automate smarter?

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