Created
April 28, 2025 01:41
-
-
Save defmans7/3e0edeeebdf19dd288bce3e27ea67e7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Search and load local file", | |
"nodes": [ | |
{ | |
"parameters": {}, | |
"type": "n8n-nodes-base.manualTrigger", | |
"typeVersion": 1, | |
"position": [ | |
0, | |
0 | |
], | |
"id": "30e9e3af-85d0-42d3-bdfb-28121131df93", | |
"name": "When clicking ‘Test workflow’" | |
}, | |
{ | |
"parameters": {}, | |
"type": "n8n-nodes-auto-file-storer.autoFileStorerExplorer", | |
"typeVersion": 1, | |
"position": [ | |
220, | |
0 | |
], | |
"id": "8561d31b-4281-482d-93e9-27440c023b59", | |
"name": "Explore Stored Files" | |
}, | |
{ | |
"parameters": { | |
"fileSelector": "={{ $json.filePath }}", | |
"options": {} | |
}, | |
"type": "n8n-nodes-base.readWriteFile", | |
"typeVersion": 1, | |
"position": [ | |
440, | |
0 | |
], | |
"id": "2668c558-2e37-4721-84a5-579af909e346", | |
"name": "Read/Write Files from Disk" | |
} | |
], | |
"pinData": {}, | |
"connections": { | |
"When clicking ‘Test workflow’": { | |
"main": [ | |
[ | |
{ | |
"node": "Explore Stored Files", | |
"type": "main", | |
"index": 0 | |
} | |
] | |
] | |
}, | |
"Explore Stored Files": { | |
"main": [ | |
[ | |
{ | |
"node": "Read/Write Files from Disk", | |
"type": "main", | |
"index": 0 | |
} | |
] | |
] | |
} | |
}, | |
"active": false, | |
"settings": { | |
"executionOrder": "v1" | |
}, | |
"versionId": "3bb7f877-a4d2-420a-a9f2-3c68586fae09", | |
"meta": { | |
"instanceId": "bb082c79f231c589ab9b1268e420432f6a07b320a7d1153f2dd9dade922a82af" | |
}, | |
"id": "qCSeRof3mpEX3WwL", | |
"tags": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment