Hi, thanks for the response, I will continue to look at this, I have had a little look at what you suggested and I can’t seem to make it work. I am guessing that I put it in the bar at the top when on the gallery?
All I have done so far from the very beginning is to create a power app using existing data, I chose the ICT issues list and it made the app. I know very little about the app essentially so please forgive my ignorance.
When I choose browsegallery1 the app preview takes me to the ICT Issues page with all the issues on. When I have that selected, the bar along the top has this already in –
SortByColumns(Filter('ICT Issues', StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))
Anything I do to that seems to break the app, nothing displays. I have changed the properties of the fields in the ICT Issues to show Title1 as Title, Subtitle1 as description and the one I changed was Body1 to be ThisItem.’Issue status’.Value so that on the front page it shows the resolved status in hope that I can only show the active ones from there, no luck yet.