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

Append the run result to a CSV/TXT in RunMacro
What it does
The Append Custom CSV Row command logs one result row per run to a CSV (or TXT) file: macro name, loop number, time, status, error message — plus custom columns if enabled.
When to use it
- Track batch run outcomes (success/failure).
- Export a per-loop progress report.
- Save result details with custom data.
Configuration steps
- Add a File › Append Custom CSV Row command.
- Choose the format (CSV/TXT) and the file path.
- (Optional) enable custom columns and define column = variable. Save.
Every option explained
Real example
Example: batch run log
- Append Custom CSV Row, CSV format,
run_results.csv. - Enable custom columns:
email={email}. - Each loop logs a row with status and email.
Tips & common mistakes
It auto-fills the run status/time — handy for reports with little configuration.
RunMacro