Resolved! fetch the current workflow for a change request
Hi there, I am trying to write a simple script within the workflow to fetch the current change id within the normal change workflow, i found out its not really working. var gr = new GlideRecord("change_request");gr.addQuery('number',current.sys_id);g...

