Anyone can help
Here is log:
{
"statusCode": 504,
"headers": {
"Pragma": "no-cache",
"Cache-Control": "no-store, no-cache",
"Set-Cookie": "",
"x-ms-datasourceerror": "True",
"x-ms-request-id": "",
"Strict-Transport-Security": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"Timing-Allow-Origin": "\*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "false",
"Date": "Wed, 07 Jun 2023 06:56:55 GMT",
"Content-Length": "521",
"Content-Type": "application/json",
"Expires": "-1"
},
"body": {
"error": {
"code": 504,
"source": "",
"clientRequestId": "",
"message": "BadGateway",
"innerError": {
"status": 504,
"message": "Request to Graph API has timed out.",
"error": {
"message": "Request to Graph API has timed out."
},
"source": ""
}
}
}
}
Another error cord 429
{
"statusCode": 429,
"headers": {
"Pragma": "no-cache",
"x-ms-request-id": "",
"Strict-Transport-Security": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"Timing-Allow-Origin": "\*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "false",
"Cache-Control": "no-store, no-cache",
"Date": "Tue, 06 Jun 2023 05:48:39 GMT",
"Content-Length": "370",
"Content-Type": "application/json",
"Expires": "-1"
},
"body": {
"status": 429,
"message": "Too many requests to Graph API. Please try again later.",
"error": {
"message": "Too many requests to Graph API. Please try again later."
},
"source": ""
}
}
This workflow is keep check sharepoint list if there an new item created, data update from sharepoint list to sharepoint excel table, before 10 days are ran smoothly, after June 5 afternoon 5:35pm, got run failed up to now still not return normal.