This is my Flow :
Trigger & API call work ok .
But Upsert Row on Google Sheets throw this err:
Unable to parse range: nhap!#ERROR!:#ERROR!
at Gaxios._request (/tmp/ee/c_1qfre14/node_modules/.pnpm/gaxios@4.3.2/node_modules/gaxios/build/src/gaxios.js:129:23) at process.processTicksAndRejections (internal/process/task_queues.js:95:5) at OAuth2Client.requestAsync (/tmp/ee/c_1qfre14/node_modules/.pnpm/google-auth-library@7.14.0/node_modules/google-auth-library/build/src/auth/oauth2client.js:368:18) at Object.updateSpreadsheet (file:///tmp/ee/c_1qfre14/user/google_sheets/google_sheets.app.mjs:311:15) at Object.updateRow (file:///tmp/ee/c_1qfre14/user/google_sheets/google_sheets.app.mjs:469:14) at Function.all (null:null:null) at Object.run (file:///tmp/ee/c_1qfre14/user/google_sheets/actions/upsert-row/upsert-row.mjs:181:9) at global.executeComponent (/var/task/launch_worker.js:154:22) at MessagePort.messageHandler (/var/task/launch_worker.js:620:35)
First off, welcome to the Pipedream community. Happy to have you!
That is a really opaque error I agree.
Just googling around, it sounds like one or more header rows that you have set up in the action have been removed or just don’t exist in the actual Google Spreadsheet.
Can you double check to make sure all headers are present that need to be?
This BUG occurs in spreadsheets that are configured with a language where the parameter separator for formulas is not a comma ( , ). In Portuguese, for example, the separator is the semicolon ( ; )
On File menu => Settings Switch to English (United States) and it should work.
But keep in mind that this change will impact the formatting of date and decimal number fields.