Google Sheet Row Update Issue

Describe the problem/error/question

I’v been trying to follow Text Course Level 2 workflow from here but instead of Airtable I’m using Google Sheets.

The Update Row operation doesn’t seem to be working , if I use the Append I can see the data been added bellow my records…

Am I doing something wrong or there is a limitation with the Google Sheet API ?

What is the error message (if any)?

There is no error message

Please share your workflow

Share the output returned by the last node

No output data returned

Information on your n8n setup

  • n8n version: 1.74.3
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker self hosted
  • Operating system: MacOS

I got exactly the same issue !

@ihortom any idea about it ?

from what I can see in your screenshots you are referring to the column “region” to match the row to update in your sheet, but apparently there are no values in that column at all.

I think you probably need to use “customerID” to match your data for updating.

1 Like

hey @nabossha

Just checking in, Did @nabossha 's suggestion work for you?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.