Hi,
I'm having a problem on function to be used to display data in browse gallery. Im trying to display item that follows certain conditions. Data is from my sharepoint list. What i want to do is to filter data that satisfy column 'confirmed 1' as confirmed or pending, column 'confirmed 2' as confirmed or pending and column 'Approved' as pending.

My working function right now as below
Filter('Jig Order','Approved'="Pending",StartsWith(Requestor, TextSearchBox1.Text))
The function above does not work to filter other column that contain value "rejected" as in the picture.
Really appreciate if anyone could help
Thanks a lot