Hello All, @RandyHayes
I am trying to filter a gallery items based on login user.
I have 2 "Person or Group" fields (Employee & Hirining Manager) from the SharePoint list.
so i would like to see all items where my name is in the hiring manager field or if my name is in the Employee field.
i tried using something like below but didnt work and need your advise please!
Filter('Test List', 'Test List'.'Hiring Manager' = User().Email)
or
Filter('Test List', 'Test List'.'Employee' = User().Email)
Note: Test List is the SharePoint list
"Hirining Manager" and "Employee" are (Person or Group) type of field
please find attached screenshot for details, any ideas please!