Get Outlook Mail Messages - specific subject filter

Hi Guys,

I’m struggling with applying correct filter option. I want to get emails with a specific subject without using “like” phrase. Moreover, i want to pass subject in an argument. I tried to use:
DASL - “SQL=”“urn:schemas:httpmail:subject”" = ‘“+in_arg+”’"
JET - “[Subject] = “+in_arg+””

I have no idea what I’m doing wrong

Hi @Vinncent_0 ,

Try like below expression. thanks.

“[Subject]='”+in_arg+“'”

Hi @Vinncent_0,

Please try this:
outlook_Mail_filter_subject.xaml (6.4 KB)

Thanks!

It can be connected with

But the issue hasn’t been resolved yet