Hi everyone,
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.
how can I achieve that?
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).
Just set it to ‘yes’ when the quiz is full.
Then use that value in your RG search constraint.
how can I set it to yes when the quiz full?
with workflow?
Yeah… whenever a person signs up for a quiz, check how many participants there are, and when that number reaches the max, set the Full field to yes.
I understand the logic, but how can I do it?
system
Closed
6
This topic was automatically closed after 70 days. New replies are no longer allowed.