Resolved! How to add variable on catalog task using run script workflow
I am using the below scriptvar scGr = new GlideRecord('sc_task'); scGr.initialize(); scGr.request_item = current.sys_id; scGr.short_description = 'Task for Email All data collection.'...
