This topic was automatically generated from Slack. You can find the original thread here.
Hi everyone! I’m getting a error on google sheet upsert step:
Error
Unable to parse range: tmp!#ERROR!:#ERROR!
DETAILS
at Gaxios._request (/tmp/__pdg__/dist/code/021035a6bb454b1c3cef29209abbac28b16fb0268d29e88192565ce11e11286a/node_modules/.pnpm/gaxios@5.1.3/node_modules/gaxios/build/src/gaxios.js:140:23)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at OAuth2Client.requestAsync (/tmp/__pdg__/dist/code/021035a6bb454b1c3cef29209abbac28b16fb0268d29e88192565ce11e11286a/node_modules/.pnpm/google-auth-library@8.9.0/node_modules/google-auth-library/build/src/auth/oauth2client.js:382:18)
at Object.updateSpreadsheet (file:///tmp/__pdg__/dist/code/021035a6bb454b1c3cef29209abbac28b16fb0268d29e88192565ce11e11286a/code/google_sheets/google_sheets.app.mjs:332:15)
at Object.updateRow (file:///tmp/__pdg__/dist/code/021035a6bb454b1c3cef29209abbac28b16fb0268d29e88192565ce11e11286a/code/google_sheets/google_sheets.app.mjs:491:14)
at Function.all (null:null:null)
at Object.run (file:///tmp/__pdg__/dist/code/021035a6bb454b1c3cef29209abbac28b16fb0268d29e88192565ce11e11286a/code/google_sheets/actions/upsert-row/upsert-row.mjs:181:9)
at null.executeComponent (/var/task/launch_worker.js:229:22)
at MessagePort.messageHandler (/var/task/launch_worker.js:726:28)
Please double check the range you’re inputting into the step. That error must likely means that the sheet is misnamed, or the range isn’t editable for some reason.
Here’s a good StackOverflow question that has some answers that might work for you:
I just tried a basic test and it worked, which makes me think it’s an issue with the step configuration / input values. Can you share more about the step configuration?