@prerna.gupta
“From:abc@forum.uipath.com AND Subject:‘UiPath Forum’ AND Body:‘UiPath’”
try this one in filter property of get outlook mails activity
Thanks
This query will select all emails that are from the specified sender, have the specified subject, and contain the specified keyword in the body. You can modify the email address, subject, and keyword as per your requirements.
Note that the query syntax is case-insensitive, so you don’t need to worry about the case of the keywords. Also, make sure to enclose the subject and body keywords in single quotes to avoid any syntax errors.