Hii All,
I am using two dropdown to filter my gallery. But it was not showing anything or showing incorrect value.

In the above file I have used two dropdown:
Dropdown1- contains test1 and test2.
Dropdown2 - contains 1,2.
When I select both the dropdown it shows nothing.
I am using this formula on my gallery:
Filter (testlist, And(
StartsWith(Roles, Dropdown1.SelectedText. Value),
StartsWith(Roles, Dropdown1_1.1. SelectedText.Value)
))