Docs

RunMacro Documentation

Learn RunMacro from basics to advanced.

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

RunMacro robot
Docs File Log Message
📋 File

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

  1. Add a File › Log Message command.
  2. Enter the message (variables {...} allowed).
  3. Choose the level: info / warning / error. Save.

Every option explained

Message

The line to write to the log; variables supported to print values.

Level

The level label (info/warning/error) shown at the start of the log line.

Real example

Example: print the current loop number

  1. Log Message "Processing account: {email}".
  2. Watch the log to follow progress.

Tips & common mistakes

Sprinkle Log Message at key steps to debug faster when a workflow misbehaves.
RunMacro robot

Ready to automate smarter?

Download RunMacro and start automating your desktop, browser, and business workflows today.