Categories on Bubble

Hello everyone :slight_smile:

I’m creating a marketplace where experts offer services to customers.
Obviously the experts are referenced and structured in categories for example (art, lifestyle, trading …)
I have a page called “Experts” where user can find all the experts registered on the website, on that page there’s a dropdown option that allows the user to filter by categories.

Also, I am showing the different categories in a repeating group on the home page. Once a user clicks a category on the homepage I want them to land directly on the “Experts” page with the exact same category already selected in the Dropdown menu.

Is there anyway to do that please ?

Thanks a lot :grinning:

This depends on the structure of the “Experts” page. Is the data type of that page referencing the Experts data type?

If so, when a user presses a category from the repeating group on your index page, simply run the workflow action “Go to page” and set the data source to current cells Expert. Hope that makes sense!

I will agree with what @mac2 , the key here is how Experts data structure set… you could also use custom state having the value of current cell