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 username in RunMacro
What it does
The Random Username command generates a random username from real names or meaningful words, at a length you set. It can add dots, special characters, and digits. The result goes to a variable or the clipboard.
When to use it
- Register many accounts with different usernames.
- Create unique login names within a length requirement.
- Generate test data for a sign-up form.
Configuration steps
- Add a Random › Random Username command.
- Set the min/max length.
- (Optional) enable dots, special characters, or use words.
- (Optional) enter a result variable. Save.
Every option explained
Real example
Example: a 10-14 char username with dots
- Random Username, min=10, max=14, dots on.
- Variable
uname. - Fill
{uname}in the sign-up field.
Tips & common mistakes
If you need a username derived from a specific name, use Generate Username from Name.
RunMacro