Hi,
I am trying to create an app for when our pool car is booked out.
I am trying to get the app to show only Approved and Awaiting Approval items as we have a Status column on the list we are using however the app is currently showing all data.
SortByColumns(Filter([@'Pool Car Booking'], StartsWith(Title,TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))
What is the best way to set the app so it only shows approved and awaiting approval.
Thank you