Filtering emails by list of sender emails in Microsoft Office 365 Get Mail

Hello Team,

I need to filter emails by multiple sender emails(which is available in excel file) in Microsoft Office 365 Get Mail.
I tried to pass in Email ID field with below format but it’s not working, so please help me resolve that type issue.

“[SenderEmailAddress]=‘CAT@abc.com.cn’ OR [SenderEmailAddress]=‘xyz@abc.com’”

@ALAM_MD

Give the below query inside query property of get mail activity
“from/emailAddress/address eq ‘CAT@abc.com.cn’ or from/emailAddress/address eq ‘xyz@abc.com’”

Hello @sangeethaneelavannan1 ,

I tried as you told but it’s throw an error.

Hi!

I am getting the same error using the above filter expression.
is there another way we could filter?