Email Filter Query in o365 GET MAIL

Hi ,

I have email subject stored in a variable
Can someone please help in filtering emails in o365 GET MAIL actitivity?

I tried referring the below links but could not succeed-

I tried with “subject eq '{EmailSubject}” but its not working

Please help here.

Regards,
G

Hi @gokul1904,

Can you try this with your variable. Like this.

“contains(from/emailAddress/subject,EmailSubject)”

If not works try this please.

"subject eq '"+ variable +"'"

Regards.
Ömer

Hi @omer.ozturk ,

Maybe you could refer the below Post which should be covering the topic you require.

Let us know if you are still facing issues.

2 Likes

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