I have a flow which uses a custom AI model to extract data from PDF forms when uploaded in a specific OneDrive business folder when the said PDF forms are uploaded in the folder the AI model extracts the specific data I require which is later inserted in a Table in Excel as an additional row.
This flow worked fine till last night but since today the flow is failing due to some issue with the flows trigger
Kindly help resolve the issue



Inputs:
Show Raw Inputs:
{
"host": {
"connectionReferenceName": "shared_onedriveforbusiness",
"operationId": "OnNewFileV2"
},
"parameters": {
"folderId": "b!ihuiTIsKaUW19Ay6alI-_xA8xYPWg5dAunLq8X8676bJ4vTRvIrLSJBdGDgdzx-v.015BCKB56P6WIYKZY5BNCJJYPER7DKSYPT",
"includeSubfolders": false,
"inferContentType": true
}
}
Outputs:
Show Raw Output:
{
"statusCode": 400,
"headers": {
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "false",
"Date": "Sat, 17 Dec 2022 08:35:24 GMT",
"Content-Length": "593",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": 400,
"source": "india-001.azure-apim.net",
"clientRequestId": "359f2798-3e38-43f7-9f1f-de278f1cb771",
"message": "The response is not in a JSON format.",
"innerError": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\"http://www.w3.org/TR/html4/strict.dtd\">\r\n<HTML><HEAD><TITLE>Bad Request</TITLE>\r\n<META HTTP-EQUIV=\"Content-Type\" Content=\"text/html; charset=us-ascii\"></HEAD>\r\n<BODY><h2>Bad Request - Request Too Long</h2>\r\n<hr><p>HTTP Error 400. The size of the request headers is too long.</p>\r\n</BODY></HTML>\r\n" }
}
}
Body:
{
"error": {
"code": 400,
"source": "india-001.azure-apim.net",
"clientRequestId": "359f2798-3e38-43f7-9f1f-de278f1cb771",
"message": "The response is not in a JSON format.",
"innerError": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\"http://www.w3.org/TR/html4/strict.dtd\">\r\n<HTML><HEAD><TITLE>Bad Request</TITLE>\r\n<META HTTP-EQUIV=\"Content-Type\" Content=\"text/html; charset=us-ascii\"></HEAD>\r\n<BODY><h2>Bad Request - Request Too Long</h2>\r\n<hr><p>HTTP Error 400. The size of the request headers is too long.</p>\r\n</BODY></HTML>\r\n" }
}
Headers:
{
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "false",
"Date": "Sat, 17 Dec 2022 08:35:24 GMT",
"Content-Length": "593",
"Content-Type": "application/json"
}
Status Code:
400