Hello,
Pls try to use a third-party form builder that integrates with Airtable, (JotForm, Typeform, or Formstack). These tools offer more flexibility and functionality than Airtable’s native forms, to add multiple items with quantity, conditional logic, payment options. You can also use their integrations or Zapier to connect the form data to your Airtable base and create the records in the order and order_product tables.
Or
Create a custom web app that uses the Airtable API to interact with your base. You can use any web framework or language that you prefer, such as React, Angular, Vue, etc. You can find more information on how to use the Airtable API and some examples of web apps built with Airtable.
Thanks!
How about separating the table into Order Heading and Order Detail?
Order Detail is one record per item and quantity.
Both can be edited on one screen in the list view.
However, Airtable's forms are poor and not suitable for this type of input.
Hello,
Pls try to use a third-party form builder that integrates with Airtable, (JotForm, Typeform, or Formstack). These tools offer more flexibility and functionality than Airtable’s native forms, to add multiple items with quantity, conditional logic, payment options. You can also use their integrations or Zapier to connect the form data to your Airtable base and create the records in the order and order_product tables.
Or
Create a custom web app that uses the Airtable API to interact with your base. You can use any web framework or language that you prefer, such as React, Angular, Vue, etc. You can find more information on how to use the Airtable API and some examples of web apps built with Airtable.
Thanks!
Thank you for your solution, I'm definitely going to try out those form builders.
Creating a custom web app would require extra time and knowledge, I recommended my friend to use AirTable to be up and running ASAP.
Can you confirm that there is no way to insert many-to-many records directly with native AirTable interfaces?
How about separating the table into Order Heading and Order Detail?
Order Detail is one record per item and quantity.
Both can be edited on one screen in the list view.
However, Airtable's forms are poor and not suitable for this type of input.
Hello Sho,
thanks for your reply.
The model is correct from a SQL p.o.v. what I need is just the interface to let people place orders all in one step (oder and products), without the need of creating an empty order first and then add to that specific orders one product at the time.