get fillout form results and create a record in airtable
What is the problem & what have you tried?
the payload from fillout changed for some reason, at first i got an “Answers” object with flat Q:A structure. now in this form and in others as well im getting a “Questions” array with id, name, type, value per each question, so how can i access the value property in the question object, in order to create airtable record?
any help will be much appreciated
Error messages or input/output bundles
no error message just the payload is not recognized
Combining Map & Get (or First) functions to get Values from Arrays
The built-in functions map, get, first (or `last) allows you to access values within an array containing collections.
First, use the map function on an array, which returns another array of filtered values — map(array; key; [key for filtering]; [csv-values for filtering])
Then, the built-in function get (or first/last) to get a specific, single item from the resulting array — get(array; path)
Make Input Markup: Copy-paste the above into the field, including start/end curly brackets for it to import as intended
For more information, the documentation for the above functions can be found in the Help Centre and the “Mapping with Arrays” link below. You should also complete the tutorials in the Make Academy, especially Using get() and map() functions as this is the most important knowledge you need to understand so that you can successfully apply it when building scenarios using Make.
Links & Guides
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’d also recommend going through the Make Academy if you haven’t yet!
thanks for the detailed reply, i tried to implement it but my issue is that on the fillout webhook triger i see the question array with the properties, but when im trying to dynamicly selkect it in the following modules , my dynamic data is in the Answers object form, although there is Question array which only contain 1 question, i really not sure why is this the behaivor, olease see in screenshot attached how i see the dynamic data