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

Use a variable value: type, copy, or paste in RunMacro
What it does
The Use Variable command outputs a variable value your way: type it key by key, copy to clipboard, or paste (Ctrl+V) into the focused field.
When to use it
- Fill a variable value into a field by typing.
- Put a variable into the clipboard for use elsewhere.
- Quickly paste a variable value into a form.
Configuration steps
- Click the target field (if typing/pasting).
- Add a Variables › Use Variable command and choose the variable.
- Choose the action: Type / Copy to clipboard / Paste. Save.
Every option explained
Real example
Example: type a stored email into a form
- You already have an
emailvariable. - Click the email field, add Use Variable
email, action Type. - RunMacro types the email into the field.
Tips & common mistakes
You can also embed a variable directly in Type Text via
{var_name} — Use Variable is handy when you want to choose the output method.
RunMacro