How to add second level approval to group manager and members both in flow designer.

Bella1418
Tera Contributor

In Flow Designer, how can I configure a second-level approval that is automatically routed to both the Regional BSC Group Manager and all active members of the BSC group, based on the caller's location?

16 REPLIES 16

@Ankur Bawiskar 

Now I am able to add the regional BSC group manager and group members in the second-level approval, but all active and inactive manager and members are added in the approval, which are present in the regional BSC. Since I’m new to this, could you please guide me on how to ensure that only active users are added to the approval process?

@Bella1418 

so what script did you write using that link I shared?

simply get only the active users in that group

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@Ankur Bawiskar I didn’t use any script for this, as we achieved it using dot-walking.

Bella1418_1-1751550514535.png

 

Bella1418_0-1751550375555.png

 

@Bella1418 

Ideally in production you should not have any inactive group members or inactive group manager.

as workaround you can use before insert business rule on sysapproval_approver table and abort the insertion if the approver is inactive.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@Ankur BawiskarIs it not possible to implement changes within the flow using a script to ensure that only active members are added as approvers?