Validate n8n JSON workflows with GPT-4 & LangChain: Google Drive to Sheets
Description: This advanced n8n automation template checks the validity and production-readiness of multiple JSON workflow files using AI-powered analysis. It scans a designated Google Drive folder for uploaded JSON fi...
Template notes
Description:
This advanced n8n automation template checks the validity and production-readiness of multiple JSON workflow files using AI-powered analysis.
It scans a designated Google Drive folder for uploaded JSON files, downloads them one by one, parses their structure, and sends each JSON to GPT-4 via LangChain Agent for intelligent validation. Results are automatically logged into a Google Sheet with structured feedback.
Ideal for QA analysts, workflow engineers, or product teams maintaining large libraries of automation blueprints—this template removes manual review from your JSON pipeline.
What This Template Does (Step-by-Step)
🟢 Manual Trigger: Starts the flow when user clicks "Execute Workflow".
📁 Google Drive File Search: Connects to a specified folder (e.g., Edtech) and fetches a list of all JSON files.
🔁 Batch Processor (SplitInBatches): Loops through each file one-by-one to prevent overload or parallel conflicts.