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 Row
  • Google Sheets: List Rows
  • Google Sheets: Add Row
  • Google Sheets: Set Row
  • Google Sheets: Delete Row

Each action uses a typed sheet selector that resolves available spreadsheets and sheets from the connected account.

Connection Setup

  1. Open Settings -> Integrations.
  2. Connect Google Sheets.
  3. Approve the OAuth consent prompt.
  4. Use the connection in workflow nodes through the __connectionId field.

Required Scopes

  • https://www.googleapis.com/auth/spreadsheets
  • https://www.googleapis.com/auth/drive.readonly

These scopes allow row CRUD operations and spreadsheet/sheet discovery for selector resolution.

On this page