Struggling to map a nested array from a webhook

You’ll need to use the built-in function map and get or first

e.g.:

Has sub-array under “value”:

{{first(map(169.submission.questions; "value.1.Name"; "name"; "Which Exam?"))}}

Value is a string:

{{first(map(169.submission.questions; "value"; "name"; "Your First Name"))}}

Output

Screenshot_2024-06-23_190645

For more information, see Mapping with arrays link below:

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 —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

1 Like