⚒️ Convert Make.com blueprints to workflows with Azure OpenAI and Google Sheets

23 views · ⚒️ Engineering

Description

📘 Description

This workflow converts a Make.com blueprint JSON into a directly importable n8n workflow JSON. It searches a Google Drive folder for the target blueprint file, downloads it, extracts the JSON, and sends it to an Azure OpenAI (gpt-4o-mini) agent that maps Make modules to n8n nodes and connections. Two cleanup code steps then normalize IF conditions and fix connection structure so the output imports cleanly. The final converted workflow JSON is stored in Google Sheets for review and reuse.

⚙️ Step-by-Step Flow

🧩 Prerequisites

• Google Drive OAuth2 credential (folder access) • Google Sheets OAuth2 credential (write access to target sheet) • Azure OpenAI credential with gpt-4o-mini deployment active • Blueprint file naming convention includes “blueprint” (or update the IF filter)

💡 Key Benefits

✔ Converts Make blueprints into importable n8n workflows with minimal manual edits ✔ Normalizes connections and IF logic (highest failure points in imports) ✔ Stores results in Sheets as a conversion log + library ✔ Manual trigger keeps runs deterministic during testing

👥 Perfect For

🔗 Nodes Used

Google Sheets, Google Drive, AI Agent, Extract from File, Azure OpenAI Chat Model

📥 Import

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

📖 Importing guide · 🔑 Credential setup