Add Data to Sheet
The Add Data to Sheet node allows you to append or insert data into Google Sheets documents.Overview
This node enables you to:- Append rows to existing sheets
- Insert data at specific locations
- Add multiple rows at once
- Handle different data types
- Format cells while adding data
Configuration
Parameter | Type | Description |
---|---|---|
Spreadsheet ID | String | The ID of the Google Sheet |
Sheet Name | String | Name of the target sheet |
Values | Array | Data to be added |
Insert Location | String | Where to add data (append/specific range) |
Value Input Option | String | How to interpret input (RAW/USER_ENTERED) |
Authentication
This node requires:- Google Cloud Project
- Google Sheets API enabled
- Service account or OAuth2 credentials
- Appropriate sharing permissions
Output
The node returns:- Number of rows added
- Updated range
- Success/failure status
- Error messages if operation fails