Hi all,
Working on a “Price Estimate” builder that uses records to build a pdf.
One of the things I need to add is “extra’s” for example if a client would need certain upgrades.
I’ll use the example of a LED bar that is added to an order as an upgrade.
I currently make a multiple select field that references to another base that holds all options.
Problem here is that a client can choose to have 2 LED bars instead of just one.
At this point, I can only add the LED bar once, as it is a multiple select.
How would I be able to solve this problem?
Looking forward to your insights!