I created a Flow where one of the actions is 'create table' with the Excel (business) connector. Since a few days/weeks the Flow seems to fail with the error message 'BadGateway'.
The document where I want to create a table in is stored in the OneDrive of the same account. This is a recurring Flow running every 3 hours.
Is there a workaround for this issue?
raw body output from the failed action:
{
"error": {
"code": 502,
"source": "flow-apim-europe-001-francecentral-01.azure-apim.net",
"clientRequestId": "55bd7919-2827-40a4-95e4-68ccc5e72839",
"message": "BadGateway",
"innerError": {
"status": 502,
"message": "Graph API is currently unavailable.\r\nclientRequestId: 55bd7919-2827-40a4-95e4-68ccc5e72839\r\nserviceRequestId: d429818b-ef99-4d45-84cb-c6236e2f8491",
"source": "excelonline-we.azconn-we.p.azurewebsites.net"
}
}
}
Thanks in advance.