Google sheets append - mappig field

i have the following scenario:

image

I already have all the data available on my webhook, but now I need to know how to map the fields on google sheets

could someone help with that?

1 Like

Best to do that with a Set-Node before teh Google Sheets-Node.

Add all the columns you want to set and then reference the value you want to set in that column via an expression. So the column names have to be set as “Name” and the value as “Value”. n8n will then do the rest.

You can find also an example in the documentation here:

4 Likes

thank you so much. it works \o/

Great to hear! Have fun!