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.