Transform XML - The page was not displayed because the request entity is too large

Tommy Tam 21 Reputation points
2021-09-22T22:21:43.633+00:00

I'm trying to convert a CSV to XML using Logic App, which had always worked fine until I recently hit a size issue, don't even know what the size limit is. Anyone have any idea!?134446-untitled.png

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

Accepted answer
  1. MayankBargali-MSFT 68,476 Reputation points
    2021-09-23T03:38:25.637+00:00

    @Tommy Tam Internal size limit for the XML transform action is 100MB. The XML from the trigger is base64 encoded and some content gets added for transform, so the final size gets increased.

    Note: If your file is smaller ~70MB then also you might observe the same issue as mentioned above as it is base64 encoded and some content gets added for transform.

    There is no option to increase the size limit of the connector, to workaround try splitting the XML into multiple files of smaller size (< ~60MB) and process.


0 additional answers

Sort by: Most helpful