Skip to main content

Hi 

I am setting up a “Get” webhook url and need to save the data into a google sheet. I have the webhook actions working but the data looks to be in xml when tested in postman app. How do i save the data into a google sheet with rows for forename, surname, email, person ID, and active status. I have attached a screen shot of the webhook data as it looks after the test.

Thanks

Thanks

Hi @AndyV 

Use this Zap action: GSheets - Create Row(s)

This handles line items.

Just map each variable to the desired GSheet column using the ‘CUSTOM’ tab.

 


Hi 

Thanks for getting back to me.

Unfortunitly I dont see any custom tab. Am I missing somthing?

 


@AndyV

It looks like the returned data is unique per each item, rather than 1 variable that has all the array items for the same key. (e.g. Forename)

That may involve a more advanced approach using a Code step to make the API request and handle the API in order to create your own arrays to then be used in the GSheet step.

 

 

FYI...You can map variables from previous Zap steps by selecting the desired ones.