Webhook data to table format

Hi everyone

I have been looking for ages now and I can’t seem to figure this out.


I am getting this data from a web hook.
I need to sort it into separate objects. Each object consists of a SampleID, SamplePoint,SampleDate ect.

How can I get them together as one to send the data to a existing Google Sheets template or at least an email? At the moment, I am only able to send it as an array.

Any help would be greatly appreciated

Hi @Francois_le_Roux
As long as the data arriving in the same order and the same amount
for example each array should be the same length

blueprint.json (6.7 KB)

If you have further questions please don’t hesitate

2 Likes

Wow thank you so much, I will give it a whirl! Thank you Thank you

1 Like