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

Auto-check & update a macro from the Cloud in RunMacro
What it does
The Check Update pmacro command checks and downloads the latest macro from the Cloud (a configured Gist) at run time. It can update just the current file, or the main file plus all related sub-macros. If the running file is updated, RunMacro reloads the new version.
When to use it
- Ensure you always run the newest macro version.
- Update many machines running the same macro from the Cloud.
- Sync the latest edits before executing.
Configuration steps
- Configure the Cloud/Gist in RunMacro settings first.
- Add a Debug › Check Update pmacro command at the start of the script.
- Choose the mode: current file (with sub-macros) or a specific file. Save.
Every option explained
Real example
Example: always run the latest version
- Place Check Update pmacro (current mode, with sub-macros) at the top.
- If the Cloud has a newer version, RunMacro fetches and runs it immediately.
Tips & common mistakes
Requires a configured Gist ID (and token for private Gists) in settings; with no network it skips and continues.
RunMacro