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

RunMacro Variables commands
Pick an item to see a detailed guide.
The Declare Variable command creates a named variable to store reusable data. Pick Global (kept for the sessio…
The Assign Variable command sets a new value for a variable, taken from one of three sources: typed text, the …
The Calculate command evaluates a math expression (add, subtract, multiply, divide, floor-divide, modulo, expo…
The Use Variable command outputs a variable value your way: type it key by key, copy to clipboard, or paste (C…
The Extract Regex command uses a regular expression to pull a piece of data (OTP, email, number...) from a var…
The IF Variable command checks a variable against a condition (equals, contains, greater, empty, exists) and s…
The Clear Variable command resets variable data in three modes: clear a single variable, clear all Dynamic var…
RunMacro