How to combine two filter condition for get outlook mail messages?

How to combine two filter condition for get outlookGetmail message activity ?

condition are
sender should be abc@gmail.com and subject is [FED-External]

Hi @tharani.natarajan

Please put the condition like this

“[SenderEmailAddress] = ‘abc@gmail.com’ and [Subject] = ‘your subject’“ in filter expression

HI @tharani.natarajan

You can try like this

Regards
Sudharsan

@tharani.natarajan

  • In the get mail you will reveive only the mails from abc@gmail.com

  • You need to loop through all the mailmessage.Subject
    • If condition item.tostring.Contains(“[FED-External]”)

Regards
Sudharsan

@tharani.natarajan
Using Filter Property