- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 06:37 PM
While submitting a request there is a variable called manager, it sends the approver to the manager once the manager approved the it goes to one 'xyz' group. if the manager approves the request then we need to skip the group approval of the request as he was already present in that group.
note: manager approval was coming at request level and group approval was coming at ritm level.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 02:10 AM
Hey @Ak8977
So if that is the case, you can modify a little bit to achieve it.
In the Look Up Group Member Records step, query with the Approval Group and the previous Approver.
Then if there's no records found, we Ask for Approval from the Group.
And, just do your next steps below.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 07:17 PM
you will have to check the group to which it's going and check if the manager is part of that group
you are using flow or workflow?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 07:20 PM
I am using flow designer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 07:50 PM
you can use custom flow action and use script and check this and return true/false if manager is part of the approval group
then use IF action to check value is true/false
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 01:45 AM
Hello @Ankur Bawiskar ,
do you have the script for the above. If yes, please share it with me. It would be helpful for me.
thanks,
