Setup
Follow the same Google Cloud steps as Gmail, with two differences: enable the Google Sheets API and the Google Drive API instead of the Gmail API, and use the Sheets redirect variable.The Drive API must be enabled even though this is the Sheets integration —
listing available spreadsheets is a Drive operation, so it fails without it.
Scopes requested
Connect
In your workspace, go to Settings → Integrations, find Google Sheets, and click Connect. Choose the Google account that owns — or can reach — the spreadsheets you want to use.Working with sheets
Add a Google Sheets step to a workflow. The step lets you pick a spreadsheet, then a tab within it, and shows that tab’s columns so you can map values to the right cells. Appending a row is the most common use: capture a lead from a conversation and write it to a sheet your team already watches.Values are written positionally, so the column order shown in the step is the
order they land in. If someone reorders columns in the spreadsheet, revisit the
step — the mapping does not follow the change.