When I remove the ConnectorBeforeCreate rule,the ISC work well.I think something wrong in ConnectorBeforeCreate rule.
my request body is here: requestBodyUploadRule.json (1.1 KB)
my manager find the problem is Execution Policy.ISC will download your beforecreaterule script to AD host and excute the script.Login AD host and excute the command “Get-ExecutionPolicy” in powershell.If you see the result is Restricted,it means the windows can not excute powershell script.Therefore,you need to “Set-ExecutionPolicy RemoteSigned” to solve.