Docs/App Integrations/Google Sheets

Google Sheets

App Integrations

Google Sheets Node

Overview

Supports the following operations: Create Sheet, Read Data, Insert Row.

Configuration

PropertyTypeDefaultDescription
operationstring—Configuration field for operation
worksheetNamestring—Configuration field for worksheetName
spreadsheetIdstring—Configuration field for spreadsheetId
rowDatastring—Configuration field for rowData
rangestring—Configuration field for range
titlestring—Configuration field for title
headersstring—Configuration field for headers

Output Variables

Reference these variables in downstream nodes using the {{node.field}} syntax.

{{google-sheets.rows}}
anyOutput field: rows
{{google-sheets.row_count}}
anyOutput field: row_count

Examples

Basic Usage

Example configuration:

{
  "operation": "value",
  "worksheetName": "value",
  "spreadsheetId": "value",
  "rowData": "value",
  "range": "value",
  "title": "value",
  "headers": "value"
}

Tips & Best Practices

  • •Ensure all required fields are configured.
  • •Check the output variables to see available data.

Try Google Sheets in Your Workflow

Create a free account and start building AI-powered workflows with the Google Sheets node.

Open Workflow Editor