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

Set a clipboard value in RunMacro
What it does
The Set Clipboard command puts a value into the clipboard — either fixed (including from a variable) or by prompting the user at runtime. Then use Paste from Clipboard to fill a field.
When to use it
- Prepare content once to paste multiple times in a workflow.
- Ask the user for a value (e.g. an OTP) then use it.
- Move a variable value into the clipboard to paste.
Configuration steps
- Add a Keyboard › Set Clipboard command.
- Choose a mode: enter a fixed value (variables allowed), or enable Prompt the user and write the question.
- Save. Then use Paste from Clipboard to fill a field.
Every option explained
Real example
Example: ask for an OTP then fill it
- Set Clipboard, enable Prompt the user, question "Enter OTP".
- Click the OTP field.
- Paste from Clipboard to fill the code the user typed.
Tips & common mistakes
The prompt mode runs in Desktop Mode only; in Browser Mode use a fixed value/variable.
RunMacro