Aug 09, 2022 04:41 AM
I have a database to collect the purchase orders from my employees. For now, when they request to purchase x items A and y items B, they need to fill the request form twice. One for x items A and one form for y items B.
I would like them to be able in the form to enter the data for item A then add a line to order the item B. And if they need z items C to add another line to order it in the same form before submitting. The result being then 3 new lines in the database.
Is it possible?
Aug 09, 2022 05:35 AM
Hi Pascal, unfortunately I don’t think that’s possible natively and you’ll have to use a third party tool like miniExtensions
You could conceivably get your users to type in the item name and quantity, and then use an automation to parse that data with an automation? It’s be pretty convoluted though, and if anyone typoed anything it wouldn’t work properly of course
Aug 09, 2022 05:45 AM
Yes i realized that mini extension will help for those i have purchased already their extension for other usage. Thanks for the help