Deserialize json: Could not retrieve the result of the job execution

Hello,

I retrieve a json file and deserialize it using the uipath activity DeserializeJsonArray.
When doing this, I sometimes get the error ‘Could not retrieve the result of the job execution’ when the json file is big.

Is there a way to prevent this error?

Ps: even when using Try Catch the error appears, it is not catched.

Hi @edward.hulleman

Try clicking the ‘private’ checkbox on the activity. This prevents logging all text and in my experience helps most of the time.

An alternative is checking into the max message size.

Let us know if either of those two options work.

1 Like

Thanks for the ‘private’ tip, that solved my issue :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.