Resolved! Change the state of CI based on a list collector field value on a catalog item
Hi Community, I want to change the value of CI state from abc to xyz selected on the CI list collector field of a catalog item using workflow. This is what i did so far. var grCI = new GlideRecord('cmdb_ci');grCI.getValue('server_name_s');grCI.addEnc...