
Json check automation
説明
Categories
🔧 Engineering🤖 AI & Machine Learning
Nodes Used
n8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.googleDriven8n-nodes-base.googleDriven8n-nodes-base.googleSheets
Price無料
Views0
最終更新11/28/2025
workflow.json
{
"id": "Nhz3FZFOC8cVSIgl",
"meta": {
"instanceId": "8443f10082278c46aa5cf3acf8ff0f70061a2c58bce76efac814b16290845177",
"templateCredsSetupCompleted": true
},
"name": "Json check automation",
"tags": [],
"nodes": [
{
"id": "32a806b9-15a0-4b98-aef8-a0ec3d768ce5",
"name": "When clicking ‘Execute workflow’",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-1184,
-128
],
"parameters": {},
"typeVersion": 1
},
{
"id": "99cbfdf5-5621-4979-acca-58c14f1efde1",
"name": "Search files and folders",
"type": "n8n-nodes-base.googleDrive",
"position": [
-960,
-128
],
"parameters": {},
"typeVersion": 3
},
{
"id": "308b5705-010c-4244-82f5-a0617d75d8ac",
"name": "Download file",
"type": "n8n-nodes-base.googleDrive",
"position": [
-512,
-256
],
"parameters": {},
"typeVersion": 3
},
{
"id": "3c126eb6-b17f-411a-afb0-ac74c4f8a30d",
"name": "Append or update row in sheet",
"type": "n8n-nodes-base.googleSheets",
"position": [
336,
-128
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "1bc40e03-eb40-47ff-925c-48077321fe1e",
"name": "Loop Over Items1",
"type": "n8n-nodes-base.splitInBatches",
"position": [
-736,
-128
],
"parameters": {},
"typeVersion": 3
},
{
"id": "c6c78342-c519-4e31-acf7-3e075a132be2",
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-64,
-256
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "fd8aed3f-d298-4b31-89f0-9a1f0a5b12ba",
"name": "Azure OpenAI Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
"position": [
-32,
-32
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c82ab676-4ec7-429d-b661-d3b4a349f59a",
"name": "Simple Memory",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
96,
-32
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "66b12c5f-34ad-4047-bceb-1d30acae61ff",
"name": "Extract from File",
"type": "n8n-nodes-base.extractFromFile",
"position": [
-288,
-256
],
"parameters": {},
"typeVersion": 1
},
{
"id": "a8d71076-a070-4929-9b22-52700b17582a",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1072,
32
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "349d8da5-fb3d-4cdc-b8ad-351336f505fa",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1488,
-384
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "0551b0be-fdae-4997-82c3-562a70e6c536",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-912,
-640
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "0134bd47-ba61-4b9d-8fa1-5ea5d43b5555",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-496,
-656
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "1a01740b-afb9-4ecd-bbd9-e6de203b0174",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-352,
80
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "96a5132e-0d73-4ef4-8f1c-15a3e1af78a5",
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
-864
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "ce9b62ca-8f73-4ee7-8177-949a049acc67",
"name": "Sticky Note6",
"type": "n8n-nodes-base.stickyNote",
"position": [
512,
-208
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "d04c1b12-e1ff-4454-b8ab-ea0b44263455",
"connections": {
"AI Agent": {
"main": [
[
{
"node": "Append or update row in sheet",
"type": "main",
"index": 0
}
]
]
},
"Download file": {
"main": [
[
{
"node": "Extract from File",
"type": "main",
"index": 0
}
]
]
},
"Simple Memory": {
"ai_memory": [
[
{
"node": "AI Agent",
"type": "ai_memory",
"index": 0
}
]
]
},
"Loop Over Items1": {
"main": [
[],
[
{
"node": "Download file",
"type": "main",
"index": 0
}
]
]
},
"Extract from File": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"Azure OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Search files and folders": {
"main": [
[
{
"node": "Loop Over Items1",
"type": "main",
"index": 0
}
]
]
},
"Append or update row in sheet": {
"main": [
[
{
"node": "Loop Over Items1",
"type": "main",
"index": 0
}
]
]
},
"When clicking ‘Execute workflow’": {
"main": [
[
{
"node": "Search files and folders",
"type": "main",
"index": 0
}
]
]
}
}
}