How to filter on part of subjectname in action(get outlook mail messages) ? not the fullsubject name!

i try to filter on subject name of outlook messages in Expression editor from action (get outlook messages) but can’t find the right expression to filter in the subject name of the email.

Hi @cjmwirken1978,

Use this expression in filter property: “@SQL=urn:schemas:httpmail:subject like ‘%your string%’”

Hope this helps :slight_smile:

is not working…

for example subject = Hello world to mister Hanks

i want only= Hello world

for my filtering

is not working…

for example subject = Hello world to mister Hanks

i want only= Hello world

for my filtering :slight_smile:

im in this filter =

Paste this into same filter property:

“@SQL=urn:schemas:httpmail:subject like ‘%Hello world%’”