Hi Buildcamp community,
I’m building an app where restaurants can easily create a menu by setting up categories, sub-categories, and items (I’ve created a data type for each). However, I’ve been reading about Bubble’s pricing with workload units, and I’m concerned that it might not be efficient if a restaurant wants to create 100 items, requiring them to fill out 100 forms individually.
So, I’m wondering if there’s a way to allow them to fill out 100 forms but only send the data to the database once, instead of each time a form is completed. For example, after completing the fields for a new item, there could be a button labeled “Add another item” that displays all the fields for creating a new item. Then, after filling in all the fields, the user could click a “Save” button to send all items at once to the database. Is this possible?
Thanks in advance!