Connect
1
Go to Settings → Integrations → Google Sheets
2
Click Connect and sign in with Google
3
Grant access to your spreadsheets
Actions
| Action | Example Prompt |
|---|---|
| Read rows | Get all rows from @Google Sheets "Leads" |
| Filter rows | Get rows where Status = "New" from @Google Sheets "Leads" |
| Add row | Add row to @Google Sheets "Output" with {{data}} |
| Update row | Update row where Email = "{{email}}" in @Google Sheets |
| Create sheet | Create @Google Sheets "Report - {{date}}" |
Examples
Read and process
Write results
Sync between sheets
Tips
- Use headers — First row should be column names
- Named ranges — Reference by name, not A1 notation
- Batch writes — Combine multiple rows into one operation
- Handle errors — Check if sheet exists before writing

