Typeform Webhook Mapping

Hi, I’m struggling to map some fields to my set variable module.

The issue is based on the answers within the typeform the number given to the fields changes.

I’ve tried using the get function which works but due to the order changing it’s hit and miss.

I’ve tried to combine GET with MAP but just can’t seem to make it work because the field I need to check is nested (see screenshot)

Any guidance would be massively appreciated.


Hi @Dean_Johnston Happy Friday! I hope you don’t mind me popping in. I work for Typeform, and just so I have a better understanding, what is it you’re looking to accomplish between Make + Typeform and the variables? That may help me figure out an answer for you!

1 Like

Welcome to the Make community!

You can use the built-in functions map and get/first to access variables within an array.

e.g.:

{{ first(map(29.answers; "text"; "field.id"; "7fW8ulkl47wO")) }}

Screenshot_2025-03-01_220351

For more information, see the function documentation in the Help Center, and complete the Make Academy as map-get is explained in further detail there.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

Getting Started

Help Centre Basics

Articles & Videos

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

3 Likes

Thank you so much for this, it worked perfectly.

2 Likes