Dynamically Generate n8n Forms from Airtable and Baserow Schemas - n8n Workflow | Neura Market
Dynamically Generate n8n Forms from Airtable and Baserow Schemas
This workflow dynamically generates n8n forms from Airtable and Baserow schemas, allowing for flexible form creation based on your database structure. It demonstrates how to convert table schemas into n8n form fields and handle file uploads separately.
The workflow starts by using a form trigger to select a database table from Airtable or Baserow. It retrieves the table schema and converts it into a format suitable for n8n forms using code nodes. Unsupported field types are filtered out, and the remaining fields are aggregated to render the form. Upon form submission, the data is converted back to the original schema for creating new rows in the database. File uploads are handled separately, ensuring they are stored and referenced correctly in
Platform
n8n
Category
Surveys & Forms
Price
Free
Creator
Connor Walsh
defining-the-form-using-json
code
form
filter
airtable
splitOut
aggregate
stickyNote
formTrigger
httpRequest
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.