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

How to pass group approval through script in flow designer

Deepika61
Tera Contributor

Hi All,

Actually we have created flow here we call a sub flow, so here we need mention "Approver User" , but i need to mention a group(Advisors ) , so i want mention in the script , then the approval needs to go to those group

Deepika61_0-1701952057060.png

Please help me to complete this

 

Thanks 

Deepika

6 REPLIES 6

Not applicable

@Deepika61 

 

Subflow won't work even if you pass group name through script as your subflow must be configured to get user record as input.

If it requires group approval create simple approval activity as below:

Screenshot 2023-12-07 at 6.48.06 PM.png

 

Please mark my answer helpful and accept as a solution if it helped 👍✔️

Thanks,
Kavita Bhojane

@Community Alums 

Thanks for the response.

Is there no way to pass group approval here?we are using sub flow because of complexity of the flow, so we need pass the approval here only

Not applicable

@Deepika61 ,

 

Yes, you can pass group approval in sub flow but you need to modify subflow too; to get the group approval as input. If you provide the subflow details I can help you further.

 

Please mark my answer helpful and accept as a solution if it helped 👍✔️

Thanks,
Kavita Bhojane

@Community Alums 

These are the screenshots of sub flow

Deepika61_0-1702002578999.pngDeepika61_1-1702002628591.png

Deepika61_2-1702002672919.png

Thanks

Deepika