Hello, I’m currently developping a web app that allows a follow up of the sells of a company. My problem is : when a sell is done, the company people will registrate the sell telling what products they sold and how many units of each product. I tried to but I can’t find a solution to be able to display dynamically the right number of quantity input fields, regarding the number of products sold (1 type of product = 1 quantity input field).
I hope this is clear enough, I thank you in advance for your answer.
Pierre-Louis
None, it’s done externally : the app is really an internal tool (for the moment) where the company people register the sell. So I resolved the issue, by displaying a “quantity” input field with condition (if “XX” product is sold, then display the associated “quantity” input field) but my problem now is to associate each input quantity to every types of product in the sell, knowing that they are registered as an array in Airtable (1 sell = 1 row including one “Sold products” column which is the array). In other words, is it possible to have different quantities of products with differents products in a same row ? Is it a many to many relation maybe ?
OK thanks anyway, I’ll try to find on Airtable which is the db I’m using