I have data in a Bubble data table that I use to pull a random item from to display in my app. That data has a field - ‘Gender’ - and I want to have the user select the Gender of choice so the random item displayed matches the selected gender in the Gender field.
Selecting the random item is OK but I can’t see a way in which I can only display a random item that matches the user’s choice of gender.
The Gender description is associated with each item. The data table has 3 fields:
Card
Comfort level
Gender
It is the Card field that is selected at random and displayed, I want the choice to be based on the Gender field. The next stage is to nest another filter on Comfort level too, again another user selection.
If you want to get the gender data from an element like a dropdown, yes, they need to be in the same page. If you want to get it from the database, like User's gender, so you can get it from anywhere.
Also, I highly recommend using option sets for this. Do you know how to use it?