Hi,
I got a Power Automate flow that runs for about 6 month now without any problem. I am using the "send http request" action to update an item with a system update, meaning that the item will be updated but no other workflows will be triggered.
To be exactly: I am using this approach:
https://www.techmikael.com/2019/04/disable-event-firing-when-flow-updates.html
Since about 2 weeks (not sure exactly) when using the send-http-request action I get the following error:
{
"statusCode": 200,
"headers": {
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",
"Cache-Control": "no-store, private",
"Set-Cookie": "SPWorkLoadAttribution=Url=https://xxxx.sharepoint.com/sites/Workflows/_vti_bin/client.svc/ProcessQuery&AppId=xxxxxxxxx; expires=Mon, 20-Mar-2023 14:55:21 GMT; path=/,ARRAffinity=de05b342bfa7816b86cf467ecc947b8c2d1419d8d518ac9f49486dea08ed770a;Path=/;HttpOnly;Secure;Domain=sharepointonline-ne.azconn-ne-003.p.azurewebsites.net,ARRAffinitySameSite=xxxxxxxx8ac9f49486dea08ed770a;Path=/;HttpOnly;SameSite=None;Secure;Domain=sharepointonline-ne.azconn-ne-003.p.azurewebsites.net",
"X-NetworkStatistics": "0,262656,0,0,60,0,23420",
"X-SharePointHealthScore": "1",
"X-MSDAVEXT_Error": "917656; Zugriff+verweigert.+Zum+%c3%96ffnen+von+Dateien+an+diesem+Speicherort+m%c3%bcssen+Sie+zun%c3%a4chst+zur+Website+wechseln+und+die+Option+zur+automatischen+Anmeldung+aktivieren.",
"X-SP-SERVERSTATE": "ReadOnly=0",
"SPClientServiceRequestDuration": "68",
"X-DataBoundary": "EU",
"X-1DSCollectorUrl": "https://xxxxxxata.microsoft.com/OneCollector/1.0/",
"X-AriaCollectorURL": "https://xxxxxts.data.microsoft.com/Collector/3.0",
"SPRequestGuid": "0e1ba1a0-10cf-6000-6ff4-789b0a99ef0e",
"Request-Id": "0e1ba1a0-10cf-6000-6ff4-789b0a99ef0e",
"MS-CV": "oKEbDs8QAGBv9HibCpnvDg.0",
"Strict-Transport-Security": "xxxxx,
"X-Frame-Options": "SAMxxY",
"Content-Security-Policy": "frame-ancestors 'self' teams.microsoft.com *.teams.microsoft.com *.skype.com *.teams.microsoft.us local.teams.office.com *.powerapps.com *.yammer.com *.officeapps.live.com *.office.com *.stream.azure-test.net *.microsoftstream.com *.dynamics.com *.microsoft.com onedrive.live.com *.onedrive.live.com securebroker.sharepointonline.com;",
"MicrosoftSharePointTeamServices": "16.0.0.23501",
"X-Content-Type-Options": "nosniff,nosniff",
"X-MS-InvokeApp": "1; RequireReadOnly",
"P3P": "CP=\"ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI\"",
"X-AspNet-Version": "4.0.30319",
"X-Powered-By": "ASP.NET",
"x-ms-request-id": "0xxxxxxxxxe",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "false",
"Date": "Mon, 20 Mar 2023 14:54:50 GMT",
"Content-Type": "application/json; charset=utf-8",
"Content-Length": "366"
}
"body": [
{
"SchemaVersion": "15.0.0.0",
"LibraryVersion": "16.0.23501.12003",
"ErrorInfo": {
"ErrorMessage": "Attempted to perform an unauthorized operation.",
"ErrorValue": null,
"TraceCorrelationId": "0e1ba1a0-10cf-6000-6ff4-789b0a99ef0e",
"ErrorCode": -2147024891,
"ErrorTypeName": "System.UnauthorizedAccessException"
},
"TraceCorrelationId": "0e1ba1a0-10cf-6000-6ff4-789b0a99ef0e"
}
Does anybody know why?