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

Generate a random integer in RunMacro
What it does
The Random Integer command generates a random whole number within your range (min to max) and places it in the clipboard.
When to use it
- Fill a random quantity/age/number into a form.
- Create a numeric value that changes each run.
- Pick randomly by index.
Configuration steps
- Add a Random › Random Integer command.
- Enter the min and max values.
- Save. The result is in the clipboard; use Paste from Clipboard to fill it.
Every option explained
Real example
Example: a random number 1–100
- Random Integer, min=1, max=100.
- Click the target field.
- Paste from Clipboard.
Tips & common mistakes
To type the random number directly (with leading zeros), use Type Random Number.
RunMacro