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

Write a message to the run log in RunMacro
What it does
The Log Message command prints a line to the log window at run time, with a level (info, warning, error). It supports variables to show current values — great for monitoring and debugging.
When to use it
- Mark progress ("Start processing account...").
- Show a variable value for inspection.
- Note checkpoints while debugging a workflow.
Configuration steps
- Add a File › Log Message command.
- Enter the message (variables
{...}allowed). - Choose the level: info / warning / error. Save.
Every option explained
Real example
Example: print the current loop number
- Log Message "Processing account: {email}".
- Watch the log to follow progress.
Tips & common mistakes
Sprinkle Log Message at key steps to debug faster when a workflow misbehaves.
RunMacro