Filter mails cannot exclude

im trying to use a filter to exclude mails but doesnt work any idea… i tried:

“NOT ([SenderEmailAddress] like ‘%acuerdos%’)”
“([SenderEmailAddress] not like ‘%acuerdos%’)”
“[SenderEmailAddress] <> ‘acuerdos@…com’”
“@SQL=”“urn:schemas:httpmail:SenderEmailAddress”" not like ‘%acuerdos%’"
“NOT [SenderEmailAddress] CONTAINS ‘acuerdos’”
and more

@amy93amanda

Can you please try this

"Not([SenderEmailAddress] = 'abc@xyz.com')"

Cheers

is not working is getting all emails without filtering, anyway i would like something with conatins because not always same email but its same domain

Hi @amy93amanda

Please give this a try:

‘ “@SQL= NOT "urn:schemas:httpmail:senderemailaddress" LIKE ‘%acuerdos%’” ‘

Hope this helps,
Best Regards.

@amy93amanda

Please try this

"@SQL=Not ""urn:schemas:httpmail:fromemail"" like '%uipath.com%'"

I just tested and I could see it is filtering as expected can confirm from your end

cheers

1 Like

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