I’m setting up my first custom actions using the Zapier Webhook. The test runs successfully in Adalo. However, I’m not able to get the “Catch Hook” to work in Zapier. I am able to get the “Catch Raw Hook” to work, but this then requires a bunch of JSON parsing to make the data usable in my other tools. Anyone else run into this issue?
So @mkerp you were able to at least get to the point of receiving data in Zapier catch hook but you can only access the raw json (not the key/value GUI way)?
OK solved. That’s indeed what it was for me as well - comma on the last item = breakage. thanks @mkerp for this tip. FWIW I used this online JSON validator to figure it out: https://jsonlint.com/