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

Get the first line from a TXT file into the clipboard in RunMacro
What it does
The Get Ref from TXT command reads the first line of a TXT file into the clipboard. If the file is empty or missing, it can fall back to an online URL (and create an empty file if needed).
When to use it
- Take the top account/data item from a list.
- Process one by one: get the first line then Delete First Line to advance.
- Use a local file with an online fallback.
Configuration steps
- Add a Random › Get Ref from TXT command and choose the file.
- (Optional) enter a fallback URL + sheet name if needed.
- Use Paste from Clipboard to fill it. Save.
Every option explained
Real example
Example: take the top account
- Get Ref from TXT →
accounts.txt(first line to clipboard). - Use it to log in.
- When done, use Delete First Line to move to the next account.
Tips & common mistakes
The trio Get Ref → process → Delete First Line forms a handy account-list processing loop.
RunMacro