Create a form page to collect inputs from the user
First, click the 'Pages' icon from the left menu and click the '+' icon to create a new page
From the open modal, select 'Data Form'
Set the Title of your page and then define the Input parameters by referencing your data model
A new Form page will be created for you.
Select the page from the navigation tree and then go to the latest 'DataSource' tab from the right-hand side of the editor
Select the 'Configure REST' option
Select 'POST method to create a new record in Airtable
Then copy & paste the URL of the API from the Airtable database page
Set your authorization token and add a 'Javascript' source to set the input parameters that are defined in Airtable database documentation
Finally, click the 'Update' button.
Connect your form page to your existing table
Select the table component from the navigation tree
Then activate the 'Enable Data Operations' selection
From the Data Form list, select the data form which was created in the previous steps
After that, activate the 'Create' action from the list
Well done! It is all settled in a couple of minutes. You can start to test your app and check the records from your Airtable database.