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

Load account data from the Dulieu tool in RunMacro
What it does
The Data command works with the companion Dulieu tool (an SQLite account store). It Reads the current page data into variables, Copies a value to the clipboard, or Inserts a value back into a data field.
When to use it
- Load account info (email, password...) from Dulieu to fill forms.
- Copy a data field to the clipboard to paste.
- Write a result (e.g. a token) back into Dulieu.
Configuration steps
- Add a File › Data command and choose the Dulieu.exe path.
- Choose the action: Read / Copy / Insert.
- Enter the variable to use (e.g.
{email1}); for Insert, also enter the value to write. - Save.
Every option explained
Real example
Example: load email/password then log in
- Data Read with
{email1}and{password1}. - Type Text
{email1},{password1}into the form. - Click login.
Tips & common mistakes
This needs the companion Dulieu tool; variable names are normalized from column titles (e.g. "Email" →
email1).
RunMacro