I am trying to allow users to set hours of working with my app. One of the features is that options of times outside of hours of operation will not show up. I figured that the best way to do this would be with an option set, but I can’t seem to figure out how to only show the ones in the middle of a day. Can someone out there help me?
You can filter Option Sets by adding the :filtered operator in a Bubble expression. As you technically never “search” for an Option set, you can’t add constraints like you would in a database search – Bubble always downloads the full list.
The filtering of Option Sets happens 100% on the client-side, and not on the server.