Uipath Get outlook message using folder name in filter property
Welcome to forums
If you are facing any issue, then please explain your issue in detail by providing examples, screenshots
Thanks
Instead of for each loop, is there any way we can filter outlook messages by email folder name and email content in filter property. Also instead of passing folder name parameter in MailFolder property, i wanted to use that in filter property
I have tried the below , but it doesn’t work
“@SQL=urn:schemas:httpmail:textdescription like ‘%test%’ and urn:schemas:httpmail:foldername like ‘%Inbox\TestFolder%’
Please Advise!!