Google Sheets cell update/add data

Is there a way to update a single cell via n8n Google sheets node in a row with data.

Example: I want to only update Column ‘D’ in Google sheets, after submitting POST Request to an API with the fields in column A, B and C.

date

That is possible with using “RAW Data”.

Here an example of how you can set a whole column (D):

And and example how to update a single cell (D5):

Ahh yes, only send the ID (whatever that is for your case) and the data-submitted in the input. I updated only the age column, as shown in the picture, with the example workflow below.