- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2021 02:07 AM
Hello Reader,
I have a requirement to set Group Approval on the RITM for a Catalog Item.
So, there is a Single Line Text type variable - 'Approvers'. This field has the name of the Group that should be set as the Approval on the RITM.
For the Catalog Item, we are using a Flow Designer. In the 'Ask for Approval' action I do not any option to select dynamic values (Group name from the variable 'Approvers'). Below is the screenshot -
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2021 03:12 AM
Hi,
Instead of making a single line text field make that variable a reference type to (sys_user_group) table i.e. the Group table, then you would be able to use it as a data pill picker for approval in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2021 03:15 AM
Also make sure to set the state of your Group Approval as Requested as shown below to achieve your requirement:
Hope this helps. Please mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2021 03:28 AM