REST API call to Infoblox workflow to reserve an IP address Parameters are not passed as expected.Issue When making a REST API call to Infoblox to reserve an IP address, Parameters will not get passed as expected. Steps to reproduce: Log into the instance https://<your-instance>.service-now.comNavigate to workflow editor ➔ Custom Activities ➔ Infoblox DDI ➔ IPAMSelect "IPAM Reserve IP Address" activityCheckout the activity and add the three inputs "activityInput.HostName" "activityInput.SubNet" "activityInput.ExcludeList" Click on the Execution tabClick Test Inputs ➔ Provide Values as below activityInput.HostName - Test activityInput.SubNet - *.*.*.*/24 activityInput.ExcludeList - ["*.*.*.*","*.*.*.*"] , update ip address in place of starClick ok The activity will get failed.CauseInput parameter to be sent in the format while making api call is - ["*.*.*.*","*.*.*.*"]But parameter will be sent with escaping characters as - ["*.*.*.*","*.*.*.*"]ResolutionSet the additional attribute value for the parameter to "Do not escape" Related LinksReal-time CMDB: Disco as a Service