Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

User Activity

 Hi Everyone,I am working on a SOAP integration in ServiceNow using Flow Designer. The external SOAP service uses Basic Authentication, and the requests need to be sent through a MID Server.So far, I have:Created the SOAP Message from the WSDL.Config...
Hi all expertsI am new to servicenow development, i have requirement, create sub-flow and check current instance value (true/false) from system property.{"dev1": { "value": "true" },"dev2": { "value": "false" },"prod": { "value": "false" },"test": { ...