I am getting a 504 Bad Gateway error in my flow. My flow was working perfectly a month ago. Later, I started encountering the 504 error occasionally. My Excel file is less than 1 MB and contains fewer than 200 rows. I run my flow every 15 mins everyday. There are actions like "Create Table", "List rows present in a table", "Add a row into a table", Is there any solution for this issue. Following is the error code.
following is my error
"error": {
"code": 504,
"source": "default-7713d0fa-0924-491e-84de-813f43c36390.16.common.asia.azure-apihub.net",
"clientRequestId": "af0f15f6-b236-4e5c-acb1-60eba34b570b",
"message": "BadGateway",
"innerError": {
"status": 504,
"message": "Request to Graph API has timed out. clientRequestId: af0f15f6-b236-4e5c-acb1-60eba34b570b",
"error": {
"message": "Request to Graph API has timed out."
},
"source": "excelonline-ea.azconn-ea-001.p.azurewebsites.net"
}
}
