Post Script Secret Key Decryption
Hello all, I can manually decrypt the encryptedSecret property from an API endpoint with Postman using the Post-request Script. How can I do this with ServiceNow? var jsonData = JSON.parse(responseBody); var newencryptedSecret = jsonData.encryptedSe...