Hi Experts,
I am trying to pull Office 365 messages (service messages from message center) using power automate.
I am able to call these messages using graph
But now I need to filter messages from pervious 7 days and update existing messages.
I had below filter
@And(equals(item()?['MessageType'], 'MessageCenter'),greater(item()?['LastUpdatedTime'], addHours(utcNow(), -25)))
which was working with - https://manage.office.com/api/v1.0/contoso.com/ServiceComms/Messageshttps://manage.office.com/ but since they have closed the directory for serviecomms in https://manage.office.com
My filter stopped working !
Can someone please guide me how to create similar filter for data coming from graph.


Report
All responses (
Answers (