Hi everyone.
I have created a dropdown that I want to connect to my list in Excel called "Tickets".
My dropdown works without any problems the code for the dropdown is: Distinct(Tickets,Status)
The problem is the code for Gallery 1. My code for the Gallery 1 is Filter(Tickets,Status=Dropdown1.Selected.Value) but it doesn't work.