Hi, Issue retrieving information from an API, while using HTTP Request Activity of UiPath Studio; when the response has a JSON result that is huge. (Eg: Retrieving 500 items as a json string

This limitation is huge and I hope there is a fix for this. The activity writes the response to a resource and even outputs it but the Studio displays the infamous “stopped due to unexpected process termination” and the robot cannot proceed with the next steps.

Please suggest if there is a way to overcome the issue. The goal is to be able to process a HTTP response ideally in JSON which has an array of say, 500 objects with say, 4 properties.

1 Like