Robot pushes data using json seriealize and is working in debug mode but when running it it is getting struck
It’s really difficult to give advise by seeing the above one line message
You need to give some more info regarding to your issue
By providing screenshots / error messages etc.,
Thanks,
Srini
Review the logs or error messages generated during the execution of the JSON serialization process. Look for any specific errors or exceptions that could be causing the robot to hang or freeze. This can help identify the root cause of the issue and also If the JSON data is too large, consider splitting it into smaller chunks and process them separately. This can help improve performance and avoid potential freezing or hanging issues.
Thanks!!!