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

Get random/sequential data from a Google Sheet or URL in RunMacro
What it does
The Random Online Text command downloads data from a URL (Google Sheet, CSV, pastebin...) and takes a row your way: random, sequential, or search by value. It can split columns into variables and branch IF/ELSE.
When to use it
- Use an account/data list on Google Sheets for automation.
- Take rows sequentially across runs.
- Find a row by a value (e.g. by email) then split columns into variables.
Configuration steps
- Add a Random › Random Online Text command.
- Paste the URL (Google Sheet auto-converts to CSV) and a sheet name if needed.
- Choose a mode: Random / Sequential / Search by value (with a search column).
- (Optional) enter a variable list to split columns; set IF/ELSE labels. Save.
Every option explained
Real example
Example: take accounts sequentially from a Sheet
- Paste the Google Sheet URL with email, password columns.
- Choose Sequential mode, assign variables
email,password. - Use
{email},{password}to fill the login form.
Tips & common mistakes
Set the Google Sheet to "anyone with the link can view" so RunMacro can fetch the CSV.
Sequential mode remembers the row position per session; it loops back when the list ends.
RunMacro