version 1.18
now i can update GS row, but i need to update only one column. if i leave rest columns empty it will delete those columns which is not nice. how can i fix it?
version 1.18
now i can update GS row, but i need to update only one column. if i leave rest columns empty it will delete those columns which is not nice. how can i fix it?
It looks like your topic is missing some important information. Could you provide the following if applicable.
i fixed this by reading rows and then copying data for upadte but it should be fixed
Hi @Edmunds_Priede, you can achieve this behaviour by using Map Automatically
as the “Mapping Column Mode”:
With this setting, n8n will only overwrite the columns it actually finds. For example with a sheet like this:
And a node like this:
Only the “Second column” in my example sheet would be overwritten, leading to this result:
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.