Dropdowns that filters another dropdown

Hello,

I’m pretty new to Bubble and I’m currently stuck.

I have two dropdown tables that are dynamically pulling data from the same table (Each dropdown pulls data from the same table but different fields). I am trying to set the first dropdown and have the second drop down filter out the choices based on the 1st dropdown selected.

As an example, the first drop down contains “Category” and the second drop down contains "Sub “Category”. When I select a category I would like to only display the names of the sub category associated to that company in the dropdown for me to select.

Please advise if you have some ideas.

Thanks,
Jim

Perhaps you can explore this discussion:

Hi @jameshhenry. You only need to set conditional statements on the second dropdown. The conditional statements will change the choice source of the second dropdown based on the selection of the first dropdown. I’ve written more about it here.

1 Like