Hi everyone,
I’m building an app in Bubble, and I need help with setting up a filter on a repeating group using radio buttons. I’ve created a radio button with three options: “Any occupation”, “Professionals”, and “Students”. The repeating group displays user profiles, and I want the following behavior:
Professionals: Show only professionals.
Students: Show only students.
Any occupation: Show both professionals and students.
Does anyone know the best way to handle this? Should I use conditionals, advanced filters, or something else? Any advice or examples would be greatly appreciated!