get values from a Fillout form and create a record in Airtable
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.
Error messages or input/output bundles
no error message, the record is created in Airtable, without the business data.
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 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?