Ways to create records across different tables
Combine multiple forms
- Create a separate form for each table you want to add records to.
- Connect each form to its corresponding table.
- Link the second form to the Ending Page of the first form to redirect users to it after submission.
Use subforms
- Add a Subform field to your main form.
- Connect the subform to a separate form with its own database or table.
Use Record Pickers with linked tables
In this example, we’ll connect our form to Airtable.- Add a Record Picker for a linked record field in your form.
- Enable Create new records in the Record Picker settings.
Use webhooks and external automation
- Add a Webhook integration to your form.
- Connect the webhook to an automation tool like Zapier or Make.
- Set up the automation to create records in multiple tables or databases.
Related articles
Subforms
Collect repeated data with nested forms.
Record pickers
Set pre-fills, reference fields, and more.
Webhooks
Send to automation tools or any endpoint.