Hello,
I'm facing an issue that I do not understand... I'm trying to use https://graph.microsoft.com/v1.0/me/mailFolders/Inbox/messages/myemailId with PATCH to set a specific category to an incoming Email.
When I test with Graph Explorer | Try Microsoft Graph APIs - Microsoft Graph It's works...
But when I test in Power Automate, it's doesn't work....I get this error :
{
"error": {
"code": 400,
"message": "URI path is not a valid Graph endpoint, path is neither absolute nor relative or resource/object is not supported for this connector. Resources: groups....",
"source": "flow-apim-europe-001-northeurope-01.azure-apim.net",
"path": "choose[12]\\when[1]",
...
}
}

I do not understand... I've tried to set manually my email id next to messages/... but nothing happens.
So could you help me ? Thanks !