- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2025 08:27 AM
my task is to edit the flow designer, where if the requestor is president then the approvals should reduce to 2(hr and manager).In the present flow when someone raises a request, it goest to hr first then manager and then managers manager.so basically if president raises a request first level hr should remain same and then it should go to manager (no managers manager approval is required). In the flow, approval set is present in the approval section.how can i complete my task?how can i add the conditions?or should i change any code?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2025 10:48 PM
Hi @shreya_3009 ,
You need to modify the subflow script to bypass approvals based on your specified conditions. However, before making any changes, ensure that this subflow isn't being used in other flows, as that could affect their execution. If it is, create a copy of the subflow, apply your changes to the new version, and use that updated subflow instead.
Thanks
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2025 09:10 AM
Hi @shreya_3009 ,
Could you provide some more details about approval set? Is this a custom action or subflow?
Thanks
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2025 09:30 AM
its a sub flow,we are just giving the sys id of the approval set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2025 09:34 AM
in the approval set,first,second and third level approvals are managed using the scripting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2025 10:48 PM
Hi @shreya_3009 ,
You need to modify the subflow script to bypass approvals based on your specified conditions. However, before making any changes, ensure that this subflow isn't being used in other flows, as that could affect their execution. If it is, create a copy of the subflow, apply your changes to the new version, and use that updated subflow instead.
Thanks
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2025 02:10 AM
thankyou,that helped
