Hello, I have a straightforward scenario where I receive variables from a Forms.app form. Forms.app is a form application similar to Typeform and others, and it can send the form's JSON data via API. I've connected Forms.app to callin.io. When a form is submitted, I want to populate a table in Airtable. When I call the webhook, it displays the following JSON:
However, when I go to the Airtable Module, I cannot access those variables:
I'll upload the output from my webhook as an attachment:
make_forms.json (41.4 KB)
Could you please check if there's anything I can do to access all the variables?
Thanks
Can anyone assist me with this?
Hello,
Welcome to the community.
First off, what you're observing in the Mapping dialog box always displays only the first element. It's primarily intended for previewing how data appears within an array or collection.
To view the actual data, always check the preview bubble as demonstrated here.
After receiving webhooks, utilize an Iterator to process the data, and then perform subsequent operations on each individual element within the loop.
P.S.: Always search first. Consult the callin.io Academy. If this was helpful, please mark it as a solution
and
Have questions or need expert assistance? Feel free to comment below!