Filter subject email

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
image

Hi @JavRR ,

Maybe you could check the below post which does contain a solution on the same query :

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.

Hi @JavRR

Try this

“@SQL=urn:schemas:httpmail:subject LIKE ‘%PO Automation%’”

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.