Logic app HTTP trigger - cannot read properties of undefined (reading 'getresponseheader'), BadRequest
I am trying to make Call external HTTP request through logic apps HTTP Action.
API output has 1Million records, when the number of records is less, my Logic APP is running successfully. When the number of records in the API is more, Logic app is failing with below error.
Sometimes it won't start, and it fail with below error:
Failed to run a logic app. cannot read properties of undefined (reading 'getresponseheader')
Sometimes it starts running and fail with BadRequest error:
Is there a Limitation on the size of the data which I can download from Logic Apps Http Action. I am storing output in Azure Container