Logic app HTTP trigger - cannot read properties of undefined (reading 'getresponseheader'), BadRequest

Shivarudraiah, Sunil 5 Reputation points
2024-09-05T22:26:26.61+00:00

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

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,088 questions
0 comments No comments
{count} vote

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.