I am trying to filter the results of a Get Items (from a list) by a persons email address in a column with property of Person or Group. I have tried the following but with no success:
UserName_O365/Email eq 'Email@address.com'
UserName_O365.Email eq 'Email@address.com'
contains(UserName_O365,'Email@address.com')
I can think of a couple of work arounds for this but was wondering it is possible to filter on this column using Odata.