Airtable Integration
A planned connection that would create an Airtable record for every submission, with each question mapped to a field.
An Airtable integration would add a record to a table in one of your bases each time a form is completed. From the form's Integrations tab you would sign in to Airtable, grant access to a base, choose a table, and map each question to a field of a matching kind: short answers to single line text, an email block to an email field, a rating to a rating field, a file upload to an attachment. A switch would decide whether the submissions already collected are copied across as well.
On the Integrations tab today, Airtable is a card marked coming soon. Nothing is connected behind it.
Until it exists, a webhook delivers each completed submission to any address you name, and an automation tool listening there can create the Airtable record. For a one-off import, the Submissions tab's Download CSV produces a file Airtable imports directly, and the REST API serves the same rows for a scheduled job.
When the integration ships, this page will cover connecting a base, the field mapping for each question type, and the sync log.