i have created dropdown as ["1","2","3","4"]
based on the dropdown it will filter gallery as below mentioned format
Filter(
Table2,
rank=Dropdown2.SelectedText.Value)
when i click reset(Dropdown2) button it should display All 1,2,3,4 Records ..
how to add default values as "All" in Dropdown datacard.