Adding a record is simple and can be done natively in Airtable. So in this example we will create an order from a product page, and add the record as a hidden value - so the order is linked to the product.
Loading…
Form with a submit button.
To create a traditional form with inputs and a submit button, that adds a new record to your database.
Insert the Add Record components
Because the components will all be configured with the same purpose, they will appear as a single form group in the action that submits the form.
Create the submit button
Add a component (usually a button) the user can click when they’re ready to send the form.
Apply a Submit Form Action
Add the action to the button so that when it’s clicked the action will run.
A one-click button that creates a record.
Create the button or component
Add a component, that will have the on click action.
Apply a Send Data Action
The send data action doesn’t require a form, it sends a hidden payload you can define with variables.
Map Variables
Variables can be passed as values in the send data action.