Fixing webhook data mapping in Make.com

:bullseye: What is your goal?

My goal is to map the data from a webhook but there’s a bug.
Here’s a Loom video explaining what exactly is the issue:

:thinking: What is the problem & what have you tried?

I have tried everything. I have more than 5 years of experience with Make.com so I’m far from a beginner.

:clipboard: Error messages or input/output bundles

No error messages.

Most likely this isn’t your logic, it’s Make not exposing fields from the latest webhook sample.
Try sending a fresh webhook, select the newest bundle in the mapper, and if fields still don’t show, define a Custom data structure so Make parses the payload correctly.

Hey Nikola,

I know exactly what the issue is as I have fought with this as well:

q45_uploadYour

has the distinct brackets at the end so Make is confusing it to be an array, when it is in fact a collection. Check if you can edit the question on the other end so it doesn’t have the brackets.

Or you can try passing it through a Set Variable first to rename it.

Or you can try iterating that one first before iterating the actual array inside of it.

And if I’m not mistaken - these are Jotform questions right?

3 Likes

Oh man, you’re a legend!!! You are a “Community Champion“ for a reason!
I was battling with this for 2 hours and lost quite a few nerves.
It’s working fine now.

If you come to Serbia anytime, send me an email so I can take you out for a beer or anything you want. :sweat_smile:
Thanks again man, you saved me!!!

3 Likes