Google Sheets Integration
Google Sheets Integration
Lucenero connects Google Sheets once per workspace. After connecting, automations can append rows to a spreadsheet using the google_sheets.append_row action.
Connect Google Sheets
- Open Sidebar → Settings (
/workspaces/:id/settings). - Go to Settings → Integrations.
- Connect Google Sheets and complete the authorization flow.
Use Google Sheets in an automation
- Open Sidebar → Automations (
/workspaces/:id/automations). - Create or edit an automation.
- Add an action: Google Sheets → Append Row (
google_sheets.append_row). - Paste your Spreadsheet ID.
- Use Autofill to fetch tabs/columns and map fields.
Troubleshooting
Append row fails
- Confirm the workspace is connected to Google Sheets in Settings.
- Confirm the connected Google account has edit access to the spreadsheet.
- Confirm you pasted the correct Spreadsheet ID (not the full URL if your UI expects only the ID).
Template variables reminder
If you map automation fields into Sheets, use supported tokens like {{title}} or {{username}}. Nested tokens like {{task.title}} are not supported.