Resolved! Scripted RREST API payload need to get for invalid JSON
I have a scripted REST api and now I am trying to get the payload if it is a valid then I am able to get it as below var payload = request.body.data; But if third party system send invalid JSON to ServiceNow then how to capture that I have tried di...

