Resolved! If condition always returns no.
Hello everybody,I am trying to create an if condition within a service catalog workflow. The advanced script looks as follows:answer = ifScript();function ifScript() { if (current.variables.delivery_address == "Test") { return 'yes'; } return 'no';...
