How to set Req assignment group using Flow designer?

siva44
Tera Contributor

Hi to All,

I have create one run script in workflow for Req assignment group setting for specific group using workflow it is working fine but same script how to run in flow designer

run script:

var req = current.request.getRefRecord();

req.assignment_group = '************'; // give the group sys_id here

req.update();
1 REPLY 1

Jitendra Diwak1
Kilo Sage

Hi @siva44,

 

You can create flow same as workflow. Go to navigator and type flow designer and click on new button. Inside flow designer there is approval action and you can set the group there.

JitendraDiwak1_0-1717055180218.png

 

 

Please accept my solution if it works for you and thumps up.

 

Thanks

Jitendra

Please accept my solution if it works for and thumps up.