Hello!
On my app, I have a DB called Events that users can book on to. When they click 'Book" this creates an entry in a DB called ‘Bookings’ that references the event and the user.
This is easy for single-day events, as you just create a new thing in the bookings DB with the current event page’s data. However, I have some events that run for multiple days and I want users to be able to make bookings for all dates simultaneously. (NB. Each day of the event needs to be a separate booking due to an unrelated feature - all events under a multi-day booking share a common family reference that I use to bind them together).
I can’t seem to get Bubble to make separate things in the bookings DB for each day using one click. The source for this information is either a search for current page’s event constrained to the events family reference OR I have a table on the page that shows all of the unique days of the event dynamically (using the family reference) that I could potentially use as a source of information.
Does anybody have a suggestion for how I can make this happen in one button press?
Hopefully my explanation is clear, but let me know if not!
Thanks in advance!
Callum