Hello all,
I would like to Filter to retrieve records from the "list1" data source based on certain conditions. The condition is that the "Status" should be equal to " Approve", and the "Title" should match the "Title" field in the "List2" data source for any of the person field that is there are 2 person field, if the current logged in user is one of the person then it should display the record in his/her gallery.
I tried , the item property of gallery is
Filter( list1,Status.Value = "Approve" && ( Title = Look Up(list2, people field1. Display Name = User().Full Name, Title) || Title = Look Up(List2, People field2 .Display Name = User().Full Name, Title)))
It won't work and not shows any error, help me to figure out. Thanks

Report
All responses (
Answers (