Hi,
I have a gallery that I can filter with a SearchBox, the problem is I also want to filter it with a dropdown.
In the dropdown (EquipeOT), I manually put the data that I have in the field "EquipePrincipale" of the List, but in the code (attachment 1.png) it shows an error.
Here is the code of the galley : Sort(Filter('Liste OT test V2',StartsWith(NumOT,RechercheOT.Text) Or RechercheOT.Text in DescriptionOT, EquipePrincipale = EquipeOT.Selected.Value), DateEdition, SortOrder.Descending)
I would like to know what I have to do to make it work
Thanks for your help,