Handling Special Characters in Scripted REST API Payload
Hi,I have created a Scripted REST API to generate requests in ServiceNow. However, when special characters are passed in the payload, the field values are stored as encoded entities such as à, ', &, etc.Currently, I am using the followin...