Google Sheets
App IntegrationsGoogle Sheets Node
Overview
Supports the following operations: Create Sheet, Read Data, Insert Row.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Configuration field for operation |
worksheetName | string | — | Configuration field for worksheetName |
spreadsheetId | string | — | Configuration field for spreadsheetId |
rowData | string | — | Configuration field for rowData |
range | string | — | Configuration field for range |
title | string | — | Configuration field for title |
headers | string | — | 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