Get Outlook Mail Messages - Filter on Received From (Variable!)?

Hi guys, is this possible?

I’ve need to filter a Get Outlook Mail Messages activity on Received From (email address), and that needs to be a variable.

I was hoping the filter would be something like this:

“@SQL=((urn:schemas:httpmail:email LIKE ‘{emailVariable}’)”

Any thoughts?

@Sheri I guess it would be something in this way :

“@SQL=(”“urn:schemas:httpmail:sender”" LIKE ‘%“Your_Mail_ID &”%’)"

1 Like