Hi,
I have a flow that is a number of months old that has stopped running. I have a number of other flows which are copies of the original flow but link to different sources. These all continue to work as normal. I have created a new flow to recreate the original, it appears to fail at the same point. The flow is triggered by a new Forms submission. The flow looks like it collects the input information from forms but is unable to output the information to ExcelOnline using AddRow.
Can you please advise?
"statusCode": 504,
"headers": {
"Pragma": "no-cache",
"x-ms-datasourceerror": "True",
"x-ms-request-id": "7b1420e0-cc66-4735-ada4-b13e9e002ed5;964a6534-6530-45a4-b0c5-aedba347c019;aaf5f5f0-23d1-4018-8006-ae3a825dde8b;e5254fa9-62ee-415d-bcc2-de769d3ce467;87d02b6b-d4d7-4a77-b1a2-c0594279495a",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"Cache-Control": "no-store, no-cache",
"Date": "Tue, 16 Mar 2021 12:34:10 GMT",
"Content-Length": "724",
"Content-Type": "application/json",
"Expires": "-1"
},
"body": {
"error": {
"code": 504,
"source": "flow-apim-europe-001-northeurope-01.azure-apim.net",
"clientRequestId": "5e3224f7-d6f7-44f6-9d42-2d231556899c",
"message": "BadGateway",
"innerError": {
"status": 504,
"message": "Request to Graph API has timed out.\r\nclientRequestId: 5e3224f7-d6f7-44f6-9d42-2d231556899c\r\nserviceRequestId: 7b1420e0-cc66-4735-ada4-b13e9e002ed5;964a6534-6530-45a4-b0c5-aedba347c019;aaf5f5f0-23d1-4018-8006-ae3a825dde8b;e5254fa9-62ee-415d-bcc2-de769d3ce467;87d02b6b-d4d7-4a77-b1a2-c0594279495a",
"error": {
"message": "Request to Graph API has timed out."
},
"source": "excelonline-ne.azconn-ne.p.azurewebsites.net"
}
}
}
}