Hello,
I have an app connected to a sharepoint list. I would like to filter search results in a gallery based on a specific field being empty. I want to show ONLY search results that do not have a value in that field. I've tried numerous IF ISBLANK tutorials I've seen online but most are wanting the opposite outcome.
SortByColumns(Filter([@'Driver Check-In'], StartsWith('Driver Name', TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))
Thanks.