Hi,
Have a flow that was previously working (a few months ago), was idle and now when we run it we get this "Error 431 Request Headers Too Large". I have tried calling the API with Postman and everything works fine, but when we do the same request with Power Automate we get this error.
Any general tips? I have for instance cleared cookies and checked the request with Fiddler together with MS but no concrete answers as of yet.
It is triggered from a button in a Model driven app record where the GUID from the record is sent in. And does a POST call to a api with a token. And it all works in Postman with the same values/information.
Thanks, this worked perfectly for me!!!😊
I case anyone else comes here for an answer, I ran into this yesterday. There is an option in the settings of the HTTP action to "suppress workflow headers". Enabling this fixed the issue for me.