Insert and Read Data from Google Sheets - n8n Workflow | Neura Market
Insert and Read Data from Google Sheets
Simple workflow that appends sample data to a Google Sheet and reads it back, ideal for learning Google Sheets node integration in n8n.
This workflow serves as a companion example for n8n's Google Sheets node documentation. It starts with a manual trigger, sets sample data (an ID number and 'n8n' name), appends it to a specified Google Sheet in range A:B, and then reads the data back from the same sheet. This demonstrates basic insert (append) and read operations using OAuth2 authentication.
Benefits include quick setup for testing Google Sheets connectivity, understanding data flow between nodes, and serving as a foundation fo
Platform
n8n
Category
Finance & Accounting
Price
$5.99
Creator
Maxim Luong
google sheets
spreadsheets
insert data
read data
automation
productivity
finance
reporting
n8n demo
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.