I have tried to create an app from a datasource (SP list). However, app doesn't show any records in the gallery. The formula in the gallery items property is SortByColumns(Filter([@'Project Initiation'], StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending)) . However, when the search field is blank, the gallery doesn't return any items. Thoughts?