Firstly, thanks for your help.
I'm loving learning, playing and creating in PowerApps.
But sometimes, no amount of googling helps you crack what no doubt is a real basic issue.
I have a SharePoint List connected to a Canvas PowerApp.
Column 1 = Description
Column 2 = Status
I have a Gallery View with a Sort and Filter button at the top of the screen.
Gallery code is
SortByColumns(Filter([@'Sports Equipment Log'], StartsWith(Description, TextSearchBox1.Text)), "Title")
Column name Description is the list of items.
But if I change the "Title" to "Description" my gallery goes blank.
My Sort button doesn't work
SortByColumns('Sports Equipment Log',"Description",SortOrder.Ascending)
Neither does my Filter button
Filter([@'Sports Equipment Log'],Status="Available")
I've tried adding various code to the Fx box for the Gallery, but any change just seems to send the gallery blank.
Stuck. And would love some hint to unlock the issue.
THANK YOU