Hi everyone
I'm suddenly getting an error in my Power Automate flow's "Run flow built with Power Automate for desktop" action. Below is the action's raw output "body" parameter:
"body": {
"error": {
"code": 400,
"source": "flow-apim-unitedstates-002-eastus-01.azure-apim.net",
"clientRequestId": "xxx",
"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"
}
}
The flow has been working for months and then started doing this without any change done to it besides maybe re-authenticating connections. Even as the PAD flow does run and executes its actions the Power Automate action returns this error so it considers it as failed. Also worth noting that I checked the input arguments and all of it is under 1k characters and has not changed, so it is strange that in the innerError's HTML it's saying "size of request headers is too long".
The PAD flow runs under "Desktop Flow Runs" are marked as Succeeded status but with "UIFlowParentFlowFailed" error.
Is anyone else experiencing this or has seen this before? Any recommended actions? It started around February 13th for me.
Thank you