- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 03:35 AM
Hi,
I want to create a subflow with some conditions which are mentioned below.
In the catalog item "Requested For" user having "Manager", it will trigger the approval to that manager. If that user doesn't have the "Manager", it will trigger the approval to "XY" assignment group.
How to achieve this using subflow, can any give an idea about it.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 04:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 04:20 AM
Why make it a subflow? Why not just make it an action to decide on the approver?
Use the 'requested for' as input (for either which solution you go) and then have a script step in there to check on the manager and if no manager, add the group. You could also put the group in as input (if it's not always the same group). The output is the approver/group you can use in your set approval step.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 04:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 04:41 AM
Thank u @Shruti