Hi,
Can I get some feedback on how to correct this!!
I tried to use as instructed but it is not prompting any records now. Can you let me know what is the issue with the below code.
Filter(WiFiAccess, TextSearchBox1.Text in "FullName")
I want to include the above code inside the below code (need some alteration) after it is working correctly
SortByColumns(Filter([@WiFiAccess], StartsWith(FullName,TextSearchBox1.Text)||StartsWith(Organization,TextSearchBox1.Text)), "ID", If(SortDescending1, Descending, Ascending))