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 Append Text File
📄 File

Append a line to a text file in RunMacro

What it does

The Append Text File command adds text to the end of a TXT file (without overwriting existing content). It supports variables in the content and auto-creates the file/folder if missing.

When to use it

  • Write a data log to a file to keep it.
  • Accumulate results line by line across runs.
  • Save a list (emails, tokens...) to TXT.

Configuration steps

  1. Add a File › Append Text File command.
  2. Choose the file path (and output folder if needed).
  3. Enter the content (variables supported); choose whether to add a newline. Save.

Every option explained

File path + Output folder

The TXT file to append to; you may set a separate output folder.

Content (text)

The text to write; supports {...} variables.

Add newline

Automatically add a newline after the content.

Real example

Example: append an email to a list

  1. Append Text File emails.txt, content {email}, newline on.
  2. Each run appends one email to the file.

Tips & common mistakes

For structured multi-column output, use Append Custom CSV Row or Data Source - Write Variables.
RunMacro robot

Ready to automate smarter?

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