Output of PowerShell action step is escaping double quotesIssue The action is failing because the payload builder is building the payload with a additional slash along with the double quotes. Issue payload: The below is the generated payload builder from SNOW: {\"clientId\":\"apikey-cnfionj******\",\"secret\":\"************\"} Expected payload: The required payload to be generated: {"clientId":"apikey-cnfionj******","secret":"************"}ReleaseNACauseIt is a known PRB and below are the PRB details: PRB1850198 https://support.servicenow.com/nav_to.do?uri=problem.do?sys_id=e928ff05932fd2903a68b56d6cba105eResolutionApply transform function "Replace String" where ever the PowerShell step output is used. Inputs of the "Replace String" transform function are Regex=\\\" and Replace String=\"