- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2023 10:40 AM
Hello,
I have a requirement, when a catalog item is requested then 2 approvals have to be send -- One is to Requestor's manager which I accomplished using Dot walking in Flow designer and Second is to a Particular Group's manager which I am not able to dot walk because there is no related field of that group in the requested item table.
what script can I use in flow designer to send approval to a particular group manager ? or can I use a Sub flow to send this type of approval ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2023 08:02 PM
Try to add a step to look up the user (Group Manager),
and add it to he approval field....
like this:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2023 01:46 PM
Hi,
is this group is a static group or this group can be changed based on the the variables on catalog?
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2023 07:49 PM
Hello Saurabh Gupta,
This is a Static group and it has no dependency with the variables on catalog. So how can we send the approval request to this Group Manager ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2023 08:02 PM
Try to add a step to look up the user (Group Manager),
and add it to he approval field....
like this:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2023 11:36 PM
Hello @newhand,
I have added Look up Record and it is working as expected. Thanks for the help.