I’m working on an Quiz app in Bubble.io, and I need help figuring out how to display only quizes that still have open spots. For example, if a quiz has a maxParticipants value of 10 and 10 users have already joined, I want that event to no longer appear in the list.
Probably the simplest, and most efficient way to do this in Bubble is to have a field on the Quiz datatype to show whether the quiz is full or not (a yes/no would be good enough).