I’m working on a form using Fillout (free plan) that needs to send information to one Airtable table for business expense tracking. Every row in my table should have both main trip details (like Employee Name, Project Code, Trip Duration) from what I think is the primary form and separate expense entries through a nested form section.
My form flow goes like this: Main Trip Info (employee name, project code, etc) > Expense Details (nested section) > Summary > Submit
I want people to fill out the trip information one time only, then create several expense entries without typing the same trip details over and over for each expense.
I’m getting close to making it work, but I’m stuck on making sure the trip information gets copied to every expense row that gets created.