Hi everyone,
I’m working on a scenario where I receive Tally form submissions via a Webhook. Each submission contains 11 different fields that I want to:
Send in a notification email
And store in Airtable (each field should map to a corresponding column)
I’ve done similar flows with other forms, but in this case:
It feels like I need to create a separate branch or “Set variable” module for each value
I’m trying to avoid using 6+ branches just to pass values
The data arrives in a collection of 11 fields, but I’m having trouble extracting and mapping them properly
I’ve already tried using Iterator, Router, Array Aggregator, and Set Variable, but the output is not structured the way Airtable expects.
What I’m trying to achieve:
Pull all 11 field values from the collection
Send them to their matching columns in Airtable
Without having to split them manually into multiple branches or modules
Is there a simpler method to do this? Maybe a better way to structure the incoming collection?
Any guidance, mapping tips, or example setups would be greatly appreciated
Thanks in advance!