The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Missing typeVersion",
"nodes": [
{
"id": "f1000000-0000-0000-0000-000000000001",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
],
"parameters": {}
},
{
"id": "f1000000-0000-0000-0000-000000000002",
"name": "Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"retryOnFail": true,
"position": [
460,
300
],
"parameters": {
"operation": "read",
"sheetId": "1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms"
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Google Sheets",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
googleSheetsOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Missing typeVersion. Uses googleSheets. Event-driven trigger; 2 nodes.
Source: https://github.com/AutomateLab-tech/n8n-mcp/blob/main/eval/workflows/err-missing-typeversion.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Description: Easily collect keywords and country input, run automated keyword research via the Semrush Keyword Research API on RapidAPI, and store results in Google Sheets for seamless tracking and an
Task: Make sure that data is in the right format before injecting it into a database/spreadsheet/CRM/etc.
This n8n template provides a practical and efficient way to manage your n8n workflows using Google Sheets as a user-friendly interface. It demonstrates how to leverage a simple spreadsheet to control
This workflow automatically takes a long property URL from your Google Sheet, shortens it, generates a QR code, and then updates your sheet with the new links. 0. Google Sheets (New/Updated Row Trigge
typeform feedback workflow. Uses typeformTrigger, googleSheets. Event-driven trigger; 5 nodes.