Integrations
Google Sheets
Connect Google Sheets to workflow actions
Google Sheets integration provides row-level workflow actions with OAuth authentication.
Available Actions
Google Sheets: Get RowGoogle Sheets: List RowsGoogle Sheets: Add RowGoogle Sheets: Set RowGoogle Sheets: Delete Row
Each action uses a typed sheet selector that resolves available spreadsheets and sheets from the connected account.
Connection Setup
- Open Settings -> Integrations.
- Connect Google Sheets.
- Approve the OAuth consent prompt.
- Use the connection in workflow nodes through the
__connectionIdfield.
Required Scopes
https://www.googleapis.com/auth/spreadsheetshttps://www.googleapis.com/auth/drive.readonly
These scopes allow row CRUD operations and spreadsheet/sheet discovery for selector resolution.