We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Need to use setWorkflow(false) in flow designer

Ilavarasu2
Tera Contributor

Hi Experts,

                In flow designer, how to use setWorkflow(false). I have tried using below comments but not working.

var manager = fd_data.trigger.current.approver.manager;
manager.setWorkflow(false);
return manager;

              

Thanks

Ila

0 REPLIES 0