init after v1 corruption

This commit is contained in:
2026-01-02 22:48:32 +00:00
parent 305f69836c
commit 166ee1fc73
91 changed files with 15801 additions and 0 deletions

View File

@@ -0,0 +1,104 @@
{
"id": "psIjaVVBVpOPcVju",
"name": "Test Sheets",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"id": "378b6472-b211-405b-bc78-9d4c904ce6a5",
"name": "When clicking Execute workflow"
},
{
"parameters": {
"resource": "spreadsheet",
"title": "N8N Test Sheet",
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.7,
"position": [
208,
0
],
"id": "5331da6f-c549-43b3-9ef7-558acbef9ecc",
"name": "Create spreadsheet",
"credentials": {
"googleSheetsOAuth2Api": {
"id": "qQNqeSAtYrG6Vi5N",
"name": "Google Sheets account"
}
}
},
{
"parameters": {
"documentId": {
"__rl": true,
"value": "={{ $json.spreadsheetId }}",
"mode": "id"
},
"sheetName": {
"__rl": true,
"value": "={{ $json.sheets[0].properties.sheetId }}",
"mode": "id"
},
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.7,
"position": [
416,
0
],
"id": "b168d421-315d-43a1-8c12-e5569b8e3d1e",
"name": "Get row(s) in sheet",
"credentials": {
"googleSheetsOAuth2Api": {
"id": "qQNqeSAtYrG6Vi5N",
"name": "Google Sheets account"
}
}
}
],
"connections": {
"When clicking Execute workflow": {
"main": [
[
{
"node": "Create spreadsheet",
"type": "main",
"index": 0
}
]
]
},
"Create spreadsheet": {
"main": [
[
{
"node": "Get row(s) in sheet",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"triggerCount": 0,
"versionId": "83e65963-9f1d-44d6-9bfc-90a064e46f25",
"owner": {
"type": "personal",
"projectId": "FeLO36wNUAcn61Wj",
"projectName": "Ben W <admin@ben.io>",
"personalEmail": "admin@ben.io"
},
"parentFolderId": null,
"isArchived": true
}