From the afternoon of Feb 5, 2025, my power automate flow that was running a simple script has started to fail with the below error message:
{
"message": "Unable to access DSApi\r\nclientRequestId: 265395e6-304a-4c25-a507-252c65ce92e9",
"storageErrorCode": 8
}
And when I tried to open Run Script step, the Script Name dropdown does not populate and throws a large error:
The dynamic operation request to API 'excelonlinebusiness' operation 'GetSingleScript' failed with status code 'BadGateway'. Error response: { "error": { "code": 502, "source": "default-b902e938-8fc1-4576-8071-58bbade1df74.07.common.uae.azure-apihub.net", "clientRequestId": "cca0429d-ab74-4f48-8481-0d367edbee16", "message": "BadGateway", "innerError": { "status": 502, "message": "The server experienced an issue and couldn't complete the request. Please try again in a few moments. clientRequestId: cca0429d-ab74-4f48-8481-0d367edbee16", "error": { "message": "The server experienced an issue and couldn't complete the request. Please try again in a few moments." }, "source": "excelonline-uaen.azconn-uaen-001.p.azurewebsites.net" } } }
Any help would be appreciated as it's very urgent and we have exhausted all other tricks!