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’”
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’”