🎬 Get started with Google Sheets in n8n

17,656 views · 🎬 Content Creation & Video

Description

A hands-on starter workflow that teaches beginners how to:

Pull rows from a Google Sheet

Append a new record that mimics a form submission

Generate AI-powered text with GPT-4o based on a “Topic” column

Write the AI output back into the correct row using an update operation

Along the way you’ll learn the three essential Google Sheets operations in n8n (read → append → update), see how to pass sheet data into an OpenAI node, and document each step with sticky-note instructions—perfect for anyone taking their first steps in no-code automation.

0️⃣ Prerequisites


1️⃣ Trigger

Manual Trigger – lets you run on demand while learning.
(Swap for a Schedule or Webhook once you automate.)


2️⃣ Read existing rows


3️⃣ Generate a demo row


4️⃣ Append the new row


5️⃣ Create a description with GPT-4o

  1. OpenAI Chat Model – uses your OpenAI credential.
  2. Write description (AI Agent) – prompt = the Topic.
  3. Structured Output Parser – forces JSON like: { "description": "…" }.

6️⃣ Update that same row


7️⃣ Why this matters


👤 Need help?

Robert Breen – Automation Consultant
✉️ robert.j.breen@gmail.com
🔗 <https://www.linkedin.com/in/robert-breen-29429625/>

🔗 Nodes Used

Google Sheets, AI Agent, OpenAI Chat Model, Structured Output Parser

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup