Hello,
I am trying to figure out how to create this base without over complicating it. I have customers who need to request licenses for three different softwares. This needs to be in the same form. They need to specify length and quantity of those softwares. In the from I'm also asking for basic customer information.
I've currently set it up so the customer picks the software from a linked table, with conditioning then asking for 'Length' and 'Quantity' for each selected software.
https://airtable.com/shrw2mPLjYm203vkk
My problem is, that in my base, I'd like separate records for each software picked by the customer, but I'd like it to happen in one form submission, so the customer doesn't have to do it more than once:
Customer 1: Software A
Customer 1: Software C
Customer 2: Software B
Customer 2: Software C
Is there an automation I can run for this? Or just a smarter way of setting it up?