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

Clear variables (one/all) in RunMacro
What it does
The Clear Variable command resets variable data in three modes: clear a single variable, clear all Dynamic variables, or clear everything (Global + Dynamic).
When to use it
- Reset temporary variables before a new processing loop.
- Remove sensitive data (a password) after use.
- Reset all variable state when needed.
Configuration steps
- Add a Variables › Clear Variable command.
- Choose the mode: Single / All Dynamic / All.
- For Single, enter the variable name. Save.
Every option explained
Real example
Example: reset Dynamic variables each loop
- At the start of each loop, add Clear Variable mode All Dynamic.
- Then assign fresh data for that loop.
Tips & common mistakes
The All mode also clears Global variables — think twice if the workflow still needs them.
RunMacro