Outlook Filtering - Check all recipients

Dear community,

I want to filter my outlook messages with the “Get Outlook Mail Messages”.

My goal is to filter all my messages in the inbox from a E-Mail-Address “X” and to a E-Mail-recipient “Y”.

In the moment I have the following filter: “[From] = ‘X Surname’ and [To] = ‘Y Surname’”

The problem is, that it only shows mail where the recipient is only Y. But I want to filter, where one of the recipients is Y.

That means if I have a mail from X and it is send to A, B and Y. The filter is not working.

Thank you for your help in advance.

Greetings.

Hi @NewProgrammer92!

Basically what you will do is first filter the e-mails from X, then loop each e-mail and loop again for all the recipients of the email, if one of them is Y, you do what you want.

I made a workflow as an example for you:
Main.xaml (6.9 KB)

Hope it helps!
Best Regards

This is working! Thanks a lot @Marcelo_Guimaraes.

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