When I open my app the gallery is empty I have to select a value in the combox to be able to see the gallery
SortByColumns(
Search(
Filter(Opportunités;'Créé par'.Email=User().Email &&
(IsEmpty(ComboBoxEtatFiltre.SelectedItems)||
(Concat(ComboBoxEtatFiltre.SelectedItems;Value&",") in Concat(Etat;Value&","))
)
);
SearchBox.Text;
"Nomclient";
"Title");
"Created"; If(SortDescending1; Descending; Ascending))
here my code in the gallery is this baceause of this or it's a problem of power apps and they're any fix ?