- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2023 10:25 PM
Hi,
I have a requirement where there are 2 levels of approvers. If the first level approver either approves or rejects the state changes respectively. Same goes with second level approver. If the first level does not respond for 2 days it should go to 2nd level approver. I have designed a flow using the due date field in ask approval section. So after triggering a second level approver, the first level approver states goes to no longer required. Our requirement is something like, even though second level approval has been triggered the first level approval state still needs to be in requested state so that the first level approval still has the access to approve it after 2 days of waiting.
Any help would be appreciated.
Thanks & Regards
Supritha
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2023 11:25 PM
Add flow logic - "Do the following in Parallel"
Add Action "Ask for Approval" in one node
Add Flow logic "Wait for a duration of time" on other node
Add Action after wait "Ask for Approval"
Thanks,
Bharath
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2023 09:15 AM
with workflow very easy requirement.
With flow designer little bit complicated but can achievable do you any deadline for this?
Or are you okay to move to workflow?
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2023 08:14 PM
Yeah its a bit complicated through flow designer, but can't switch to workflow as everything has been configured in flow and have a dead line to complete.
Thanks & Regards
Supritha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2023 01:38 AM
Thank you for the idea, it helped me with bit of corrections.
Thanks & Regards
Supritha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2024 01:44 AM
Hello Bharath
I have same requirement as above mentioned but i am using workflow .
As the 2nd approval approves the request i want the 1st level approval to change it to no longer required . I have achieved it but i am having stage issue as soon as first level approval gets no longer required ,it again triggers for 2nd level approval .
Is there a way i can stop this loop ?
please check the workflow screenshot .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2024 10:09 PM
You can use setworkflow false condition once your condition matched then it will not trigger the approval again and set the 1st approval as no longer required.