Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
How to get the reference value instead of sys id from the catalog task variables in ServiceNow? e.g. in the requested by variable, I am getting sys id instead of user's name. Code I am using is
catalogTask.request_item = nodeHelper.getReference("sys_user", "sys_id", ${sys_id})?.sys_id
replica.variables = buildVariablesMap(catalogTask.request_item.display_value)