Data Processing & Analysis
0222 GoogleSheets Readbinaryfile Automate
0222 GoogleSheets Readbinaryfile Automate
Manual
Medium
3
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
3
Node Types
0
Workflow JSON
1.52 KB
{
"name": "0222 GoogleSheets Readbinaryfile Automate",
"nodes": [
{
"name": "Google Sheets1",
"type": "n8n-nodes-base.googleSheets",
"notes": "Append data to sheet",
"position": [
980,
-120
],
"parameters": {
"range": "A:C",
"options": {
"usePathForKeyRow": true
},
"sheetId": "qwertz",
"operation": "append",
"authentication": "oAuth2"
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "2",
"name": "google_sheets_oauth"
}
},
"notesInFlow": true,
"typeVersion": 1
},
{
"name": "read json file",
"type": "n8n-nodes-base.readBinaryFile",
"position": [
620,
-120
],
"parameters": {
"filePath": "/username/users_spreadsheet.json"
},
"typeVersion": 1
},
{
"name": "move binary data 2",
"type": "n8n-nodes-base.moveBinaryDat...Showing first 1000 characters. Click "Expand" to view the full JSON.