Resolved! Parsing JSON with scripted REST API
I have a scripted REST API from which I am attempting to parse JSON.Unfortunately when try to log the variables, I am getting an undefined value.What am I missing? Scripted REST API: var requestBody = request.body.dataString; var parsedData = JSON.p...
