Hi forum! I’ve recently discovered bubble and I’m pretty impressed by this building platform. So, here is what I can’t get my head wrapped around right now: I’m trying to build a storage app, which lets the user register items into boxes (that can be labeled and numbered). So the idea is to have an app that lets you easily find a specific item in a specific box by searching for the item.
In the database, should I create let’s say Box as a Data Type and then create ‘number’,‘label’, and ‘item’ as fields? or Should I create ‘item’ as a Data Type for itself? In my head it seems most logical to gather everything within the Box Data Type, but I’m not sure if this is the way to do it.
As mentioned above, the whole idea is to let the user find in which box the item is stored by searching for it on a search page in the app. Thanks!