I have a dropdown which gets its dynamic source from a table (class), in the source search I want it to only show classes with the option status (Draft, Registration and Completed). Currently I am only able to only select one item from the option set.
You should have AND not OR between each statement there and it’ll work.
Also, another route, and I have no clue if this is possible as I’m on my phone so can’t test but maybe you could try Current user’s classes status is in (Get an option: All Class Statuses:minus item Archived:minus item:Active etc)
Again I have absolutely no clue if Bubble allows you to do it but what it means is that you:
Get all class status from option set
Minus item for each of the options you don’t want to make this list only the relevant statuses
If Current user’s status is in the list of statuses above then do whatever you want