pyRequestData Adds extra Quotes making the SERVICE call failed
Hi everyone I've a Service REST configure to use the POST method, however when I run the DataPage, I receive a "INVALID JSON" error. Tracing the execution, I see that pyRequestData is adding one extra pair of Quotes to the Request Body: pyRequestData
And this is how it should be:
I've tested adding the extra set of quotes into Postman, and the API fails with the "INVALID JSON" error that I see on PEGA. Is there any way to avoid pyRequestData to add those quotes?