How can I modify my filter to be a like instead of equal?
Something similar to:
“[Subject] = like ‘PO Automation’”
I tried that but didn’t work
How can I modify my filter to be a like instead of equal?
Something similar to:
“[Subject] = like ‘PO Automation’”
I tried that but didn’t work
Hi @JavRR ,
Give this a try:
"@SQL=urn:schemas:httpmail:subject like '%PO Automation%'"
To know more about get outlook messages filter:
https://docs.uipath.com/activities/other/latest/user-guide/get-outlook-mail-messages
Regards,
Can you try this-
“[Subject] like ‘%PO Automation%’”
That throws me the following error:
Get Outlook Mail Messages: Condition is not valid.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.