How to filter choice list based on another selection

i have to choice list , one with catgeroy and the second with name linked to a category, how to display the name of category selected only?
thanks
screenshot-go.glideapps.com-2021.06.08-12_12_19
screenshot-go.glideapps.com-2021.06.08-12_12_07


screenshot-go.glideapps.com-2021.06.08-12_13_51
screenshot-go.glideapps.com-2021.06.08-12_13_26

You should be able to place a filter condition on the 2nd list so that it is filtered based on the choice made in the first list. In your 2nd choice component, filter it using a Screen condition and it will look at the choices made onthe same screen and filter the 2nd list appropriately.

It test what you suggest but it doesn’t work can you made a exemple please?
thanks

Select your 2nd Choice component → in the right panel, in filter → select the 1st category is ‘1st category’ in the “screen” button (see picture)

image

Thanks it work now :grinning_face_with_smiling_eyes: