Generate AI Descriptions for New Google Sheets Entries with GPT-4.1-mini

Go to Workflow
0 views
Built by Robert Breen Robert Breen
Created on June 05, 2026

Description

This n8n workflow template automatically monitors your Google Sheets for new entries and uses AI to generate detailed descriptions for each topic. Perfect for content creators, researchers, project managers, or anyone who needs automatic content generation based on simple topic inputs.

What This Workflow Does

This automated workflow:
Monitors a Google Sheet for new rows added to the "data" tab
Takes the topic from each new row
Uses OpenAI GPT to generate a detailed description of that topic
Updates the same row with the AI-generated description
Logs all activity in a separate "actions" tab for tracking

The workflow runs every minute, checking for new entries and processing them automatically.

Tools & Services Used

N8N** - Workflow automation platform
OpenAI API** - AI-powered description generation (GPT-4.1-mini)
Google Sheets** - Data input, storage, and activity logging
Google Sheets Trigger** - Real-time monitoring for new rows

Prerequisites

Before implementing this workflow, you'll need:

N8N Instance - Self-hosted or cloud version
OpenAI API Account - For AI description generation
Google Account - For Google Sheets integration
Google Sheets API Access - For both reading and writing to sheets

Step-by-Step Setup Instructions

Step 1: Set Up OpenAI API Access

Visit OpenAI's API platform
Create an account or log in
Navigate to API Keys section
Generate a new API key
Copy and securely store your API key

Step 2: Set Up Your Google Sheets

Option 1: Use Our Pre-Made Template (Recommended)
Copy our template: AI Description Generator Template
Click "File" → "Make a copy" to create your own version
Rename it as desired (e.g., "My AI Content Generator")
Note your new sheet's URL - you'll need this for the workflow

Option 2: Create From Scratch
Go to Google Sheets
Create a new spreadsheet
Set up the main "data" tab:
Rename "Sheet1" to "data"
Set up column headers in row 1:
A1: topic
B1: description
Create an "actions" tab:
Add a new sheet and name it "actions"
Set up column headers:
A1: Update
Copy your sheet's URL

Step 3: Configure Google API Access

Enable Google Sheets API
Go to Google Cloud Console
Create a new project or select existing one
Enable "Google Sheets API"
Enable "Google Drive API"

Create Service Account (for N8N)
In Google Cloud Console, go to "IAM & Admin" → "Service Accounts"
Create a new service account
Download the JSON credentials file
Share your Google Sheet with the service account email address

Step 4: Import and Configure the N8N Workflow

Import the Workflow
Copy the workflow JSON from the template
In your N8N instance, go to Workflows → Import from JSON
Paste the JSON and import

Configure OpenAI Credentials
Click on the "OpenAI Chat Model" node
Set up credentials using your OpenAI API key
Test the connection to ensure it works

Configure Google Sheets Integration

For the Trigger Node:
Click on "Row added - Google Sheet" node
Set up Google Sheets Trigger OAuth2 credentials
Select your spreadsheet from the dropdown
Choose the "data" sheet
Set polling to "Every Minute" (already configured)

For the Update Node:
Click on "Update row in sheet" node
Use the same Google Sheets credentials
Select your spreadsheet and "data" sheet
Verify column mapping (topic → topic, description → AI output)

For the Actions Log Node:
Click on "Append row in sheet" node
Use the same Google Sheets credentials
Select your spreadsheet and "actions" sheet

Step 5: Customize the AI Description Generator

The workflow uses a simple prompt that can be customized:

Click on the "Description Writer" node
Modify the system message to change the AI behavior:
write a description of the topic.

output like this.

{
"description": "description"
}
Need Help with Implementation?

For professional setup, customization, or troubleshooting of this workflow, contact:

Robert - Ynteractive Solutions
Email**: [email protected]
Website**: www.ynteractive.com
LinkedIn**: linkedin.com/in/robert-breen-29429625/

Specializing in AI-powered workflow automation, business process optimization, and custom integration solutions.

Nodes Used (4)

AI Agent
@n8n/n8n-nodes-langchain.agent
Google Sheets
n8n-nodes-base.googleSheets
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured