I have three different outlook mail alerts with three different functions in a single use case. How can I filter three different mail alerts

I have three different outlook mail alerts with three different functions in a single use case. How can I filter three different mail alerts from one get outlook mail activity and proceed further with their functions.

Any suggestions would be helpful.

Thanks,
Nawaz.

do your 3 mail alerts have separate subjects?

Hey @Mohammed_Nawazuddin

Take a look at the “Filtering Examples” in the Get Outlook Mail Messages documentation.

Cheers

Steve

Yes there are 3 different mail subjects

put this in your filter @Mohammed_Nawazuddin

this way it will find emails containing subjects 1/2/3

"@SQL=urn:schemas:httpmail:subject like '%"+subject1+"%' AND urn:schemas:httpmail:subject like '%"+subject2+"%' urn:schemas:httpmail:subject like '%"+subject3+"%'"

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