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

Auto-paste clipboard content in RunMacro
What it does
The Paste from Clipboard command pastes whatever is currently in the clipboard (what you or a previous step copied) into the focused field. Unlike Paste Text (fixed content), this uses dynamic clipboard content.
When to use it
- Copy data in a previous step, then paste it elsewhere.
- Move data between apps via the clipboard.
- Paste content the user just copied.
Configuration steps
- Make sure the clipboard has content (use Copy Text or Set Clipboard first).
- Click the target field.
- Add a Keyboard › Paste from Clipboard command.
- (Optional) enable Select all / Type instead / Press Enter.
- Save.
Every option explained
Real example
Example: copy field A, paste into field B
- Select field A, use Copy Text.
- Click field B.
- Paste from Clipboard to move the content into field B.
Tips & common mistakes
Combine with Copy Text to move data between two apps.
RunMacro