MsGraph Get Mail Query - Filter Emails by "to" property

Hi,

I want to create a filter that will get only email sent to specific receipient. The “To” property.
image

I have tried to following queries but those do not work
contains(to/emailAddress/address,‘PA-PA-RAPA TDC’)
to eq ‘PA-PA-RAPA TDC’

Do you know how to do it ?

Thank you in advance

I was not able to find filter query for receipients (‘to’ property)

I found an post on Stackoverflow thatn this proipery is not filterable. But I do not found any confirmation in documentation

I have created a workflow where I filter based on receipients in a loop after mails are downloaded.

If anyone has a better solution please post it.
MsGraphEmailsFilterByReceipient.xaml (12.9 KB)

Regards

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