Use a drop down to filter a list

I have a table in my UI that shows info on users. One column is Subscribed Services (a list of services). A user (each row) can have multiple services in that services cell. The subscribed services is a list showing SKUs that that user is subscribed to (see pic).

How can i set up a dropdown filter to only show users who have a selected service? e.g., show me all users who have subscribed to service 201. I have the drop down set up but I need something like “show me all users who have “201” in their list of subscribed services.”

Happy to do a zoom to explain more.

THANK YOU!

Screenshot 2025-03-04 at 1.35.26 PM

Sounds like you want to achive some dynamic search filtering which should be posbile in bubble. I suppose you first need to know how you want to populate your filter, will it just have all SKUs or just the ones that appear against the users in the search.

Once you have your list of users in the repeating group, you should be able populate a dropdown if SKUs from the list, or perhaps you want a RG with toggle buttons or check boxes. you can then use this list to control a filter in the repeating group, although you don’t want to change your original search, just which users are show.

This topic was automatically closed after 70 days. New replies are no longer allowed.