In Flow designer, how do I get the sys_id of a catalog task I am creating
In workflow when I am creating a catalog task with 'wait' checked, I can write this line of code in the advanced script field to record the sys_id of the new task to the scratchpad. workflow.scratchpad.sctask_id = task.setNewGuid(); How do I get this...

