Hello everyone,
I would like the sort button to sort the items by "Cable left" which is one of the columns in my SharePoint list - "CLPeS Cable Store".
Would anyone help how to sort by a column called "Cable left"?

Below is the code of the item in my browse gallery:
SortByColumns(
Filter([@'CLPeS Cable Store'],
'Cable Type'=Dropdown1_3.Selected.Result, Location=Dropdown3_3.Selected.Result,
"Title"),
"Title",
If(SortDescending1,
SortOrder.Descending,
SortOrder.Ascending)
)
Thank you very much for your help.