In a Browser screen I have SortByColumns(Search(TestUsList, TextSearchBox1.Text, "State"), "State", If(SortDescending1, Descending, Ascending)). It is give me possibility to filter by State. But if I insert new record with state = 'AA', and filter it by "AA", I see nothing.
If I don't filter, but do sort by , still don't see it.
I am very-very new to Powerapps, forgive me my ignorance, but where should I put
SampleList // give the list name directly
?