Hi,
I have a long standing flow that has worked fine for months however from 15th January onwards, it has started intermittently failing. If it does fail, it always fails at the point of adding a row to excel, the rest works fine. If it does fail, I can press to 'resubmit' the flow and most of the time it then works with identical data. Even when the flow says it has failed, sometime the row has been added in Excel, sometimes the same row has been added multiple times (I presume because its retrying a couple of times in the flow). The error message I get is 'Bad gateway' on the Excel Online (Business) connector and the precise error is below. The flow it's self hasn't been edited for months and 75% of the time it does still work, but for some reason in the last week, around 25% of the time it fails.
Is this a known issue with the Excel connector or could anyone offer any insight to what it might be?
Thank you!
{
"error": {
"code": 504,
"source": "flow-apim-europe-001-northeurope-01.azure-apim.net",
"clientRequestId": "feea6a43-e549-42d6-a3c6-afb5c7b42827",
"message": "BadGateway",
"innerError": {
"status": 504,
"message": "Request to Graph API has timed out.\r\nclientRequestId: feea6a43-e549-42d6-a3c6-afb5c7b42827\r\nserviceRequestId: db68cd78-bbb9-443d-aaeb-3af976399f50;d299b60b-d801-45b5-9517-13473e50ab57;1953a001-8c61-4c26-83b9-297ebb0e166d;19e1c34d-10fe-44fa-9376-7af0d2dc7f9b",
"error": {
"message": "Request to Graph API has timed out."
},
"source": "excelonline-ne.azconn-ne-002.p.azurewebsites.net"
}
}
}