Hello every one,
i'm a newbie of Power apps.
in the Browse Gallery i have this :
SortByColumns(Filter([@Time_Sh]; StartsWith(Title; TextSearchBox1.Text)); "Title"; If(SortDescending1; Descending; Ascending))
My sharepoint list has a "choise" field named "Chi". I'd like to order and research by this field. I had a look at other answer, i try to use "Chi.value = TextSearchBox1.text, but without result.
What is the right command that i have to use ?