Flow designer - how to add approvals for catalogue task
Hi All, In workflows I was able to get approvals comments added to the catalog task, by adding the following line task.comments= new AddApproverComments().addComments(current.getValue('sys_id')); in the catalog script. Does anyone know how to do th...