Turn any Airtable or Baserow table into a live n8n form that writes submissions back to your database. Teams can standardize intake and still keep data in their chosen tool. Great for request portals, simple CRMs, or internal intake without building forms twice.
Two form paths run side by side. The Airtable path collects BaseId and TableId, pulls the base schema, filters the chosen table, converts fields to n8n form JSON, and renders a dynamic form. After submit, data is mapped back and a record is created. File inputs are handled in a separate step to update attachments. The Baserow path uses its List Fields API, converts fields, renders a form, creates a row, uploads files, groups file refs by field, then updates the record with attachments in one call. Unsupported field types are filtered so forms stay simple and stable.
Setup needs API access to both tools, table IDs, and working credentials. Expect faster launches and fewer data errors because the form is always in sync with table fields. Use it for internal requests, event signups, content intake, or vendor onboarding that must land in Airtable or Baserow without building and maintaining extra forms.