AI-Powered n8n Workflow Validator: Drive to Sheets
Automates validation of n8n JSON workflows using GPT-4 and LangChain. Scans Google Drive for files, analyzes structure and readiness, logs results to Sheets.
This n8n workflow template revolutionizes QA for automation libraries by leveraging AI to validate JSON workflow files. It starts with a manual trigger, searches a specified Google Drive folder for JSON files (e.g., Edtech folder), and uses SplitInBatches to process them sequentially. Each file is downloaded, parsed from binary to JSON, then analyzed by a GPT-4-powered LangChain Agent via Azure OpenAI. The AI checks JSON integrity, node connections, credentials, modularity, error handling, and p
Platform
n8n
Category
Business Operations & ERPs
Price
$24.99
Creator
Jordi Faber
n8n
workflow-validation
GPT-4
LangChain
Google-Drive
Google-Sheets
AI-analysis
automation-qa
json-parser
dev-tools
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.