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.
Manual Trigger – lets you run on demand while learning.
(Swap for a Schedule or Webhook once you automate.)
Get Rows from Google Sheets
Generate 1 Row of Data
(Set node)Name
, Email
, Topic
, Submitted = "Yes"
Append Data to Google
OpenAI Chat Model
– uses your OpenAI credential.Write description
(AI Agent) – prompt = the Topic.Structured Output Parser
– forces JSON like: { "description": "…" }
.Update Sheets data
Robert Breen – Automation Consultant
✉️ [email protected]
🔗 <https://www.linkedin.com/in/robert-breen-29429625/>