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

Clear the clipboard in RunMacro
What it does
The Clear Clipboard command empties the clipboard (sets it to blank). It prevents accidentally pasting old content in later steps.
When to use it
- At the start of a workflow, to ensure the clipboard is clean before new copies.
- After using sensitive data (a password) so it is not left behind.
- Before a copy/paste loop to keep data controlled.
Configuration steps
- Add a Keyboard › Clear Clipboard command.
- No extra configuration needed.
- Save.
Real example
Example: wipe clipboard after using a password
- Set Clipboard = password, then Paste from Clipboard into the field.
- Add Clear Clipboard right after.
- The password no longer stays in the clipboard.
Tips & common mistakes
Use this for security when a workflow handles passwords or private data.
RunMacro