Records are coming from Fillout, but not passed to Airtable module

:bullseye: What is your goal?

get values from a Fillout form and create a record in Airtable

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

i did all the things same as i managed successfuly many times before, with defining webhook integftration on Fillout side and getting the results in Make, this is working as expected, but the Airtable module is not getting the values, the record is created with just the calulated fields, all the data from Fillout is not submitted. another issue wich probably suggest somthing is not connected correctly is tha the URL Parameters that i see in Make are from another form, i tried to recreate the form, webhook, flow, but theis experiance presist. i will appreciate any help on this matter. thanks.

:clipboard: Error messages or input/output bundles

no error message, the record is created in Airtable, without the business data.

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

1 Like

Show how you mapped the data in the Airtable module.

hI @Dominique_Djagbassou ,

Thanks for your reply, im not sure its related to the airtable mapping, as i said the record in airtable showed as empty. anyway, this is my Airtable mapping structure

I tried a test and it worked well for me.

Double-check the connection on Airtable in the Personal access token/scope section and the addition of the database.

Can you show an image of question 1?
Do you have anything in there?

i think the reason is that the payload from filout changed for some reason, before 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?

Let’s continue this discussion in the new topic you created: Fillout payload changed and now my flow is failing