Hello community,
I'm trying to work through an issue where my string has a space in it but I can't seem to figure out how to pass the entire string to my script.
I'm using a scriptable task that is passed to "invoke an external script". The string I'm passing is "Server Name" which works fine if I pass the string with the ' ' in the input. But how do I include those by default?
Scriptable Task contents
scriptarg = "-ServerName" + " " + ServerName;