My company uses Office365 and I just setup a small power automate cloud workflow to set my Teams presence status:
The workflow this action is using worked fine yesterday, but today I get this error from sharepoint:
{
"status": 401,
"message": "clientRequestId: b963572e-dc3c-430d-81f5-c63dcf2b1089",
"source": "https://presence.teams.microsoft.com/v1/me/forceavailability",
"errors": []
}
As the HTTP PUT call worked, it assume the reason is an expired token issue or something similar. I signed out and in multiple times in “power automate”. I also opened the “sharepoint app” in Office365 (whatever you’re supposed to do with it) which worked fine.
The sharepoint connector in power automate also seems to be happy:
Any ideas how to get the sharepoint connection running again ?