hi
i have a SP list that is picking the user email when they lock in

I want to create a dropdown for user to select their own email and filter the gallery. may I know how to do it?
the Search category - Choices(list.Category) - as ComboBox 1
filter of gallery is SortByColumns(Filter(list)',IsBlank(ComboBox1.Selected.Value)||IsEmpty(ComboBox1.Selected.Value)||Category.Value=ComboBox1.Selected.Value),"ID",Descending)
which is working fine , but now I want to add second filter box of user. how to make the two work together?? Thank you
