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

Add a note to your macro script in RunMacro
What it does
The Note command inserts a comment into the script. It does nothing at run time; it just helps you (and others) understand what the steps do — like a code comment.
When to use it
- Explain a complex block of commands.
- Record the reason/condition of a step.
- Break a long script into readable sections.
Configuration steps
- Add a Debug › Note command.
- Enter the note text.
- Save. The note shows in the command list but does not affect the run.
Every option explained
Real example
Example: annotate the login block
- Note "--- Login start ---" before the login block.
- The script reads more clearly later.
Tips & common mistakes
Use Note together with Group to organize long scripts clearly.
RunMacro