79691766

Date: 2025-07-06 13:03:27
Score: 1.5
Natty:
Report link

Try the request in a Send an HTTP request action of the Office 365 Outlook connector
https://learn.microsoft.com/en-us/connectors/office365/#send-an-http-request

Below is an example, if that helps?

1. Flow setup

https://graph.microsoft.com/v1.0/users/@{outputs('Get_user')?['body/userPrincipalName']}/messages/@{variables('MessageId')}?$select=categories

enter image description here

2. Test result

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
Posted by: Expiscornovus