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

Insert and run a .qmacro file in RunMacro
What it does
The Insert .qmacro command calls and runs a .qmacro file (a RunMacro packaged workflow) as a sub-macro. Like Insert .pmacro but for the shareable .qmacro format.
When to use it
- Run a shared/packaged .qmacro workflow.
- Reuse a packaged process inside a larger script.
- Combine several .qmacro workflows into one process.
Configuration steps
- Add a Flow › Insert .qmacro command.
- Choose the path to the
.qmacrofile. - (Optional) set a display name for clarity. Save.
Every option explained
Real example
Example: run a packaged workflow
- Insert .qmacro pointing to
process_orders.qmacro. - Set display name "Process orders".
- On run, the whole packaged workflow executes.
Tips & common mistakes
The .qmacro format is handy for sharing workflows others can run with QMacro Runner.
RunMacro