need help about ask for approval action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2024 09:09 PM
Hi, everyone .
I am using 'ask for approval' action in a flow to accomplish a multiple approval image like below.
How should I set the flow to get the result as expected.
Expected:
I was expecting that if the first 'ask for approval' approved , then the second 'ask for approval' should be requested,
and the approver should be able to approve the request.
Actual:
When I triggered the flow, the first 'ask for approval' approved, the second 'ask for approval' was set to 'No longer required '.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2024 09:21 PM
Hi @jieLian123 I think your using else after each if, which is failing for the next approval record.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2024 09:28 PM
Hi @Harish KM ,
I think when approve for the first 'ask for approval' action, the flow will go to 'else' branch,
and the second 'ask for approval' will be triggered and the request was send to the approver.
isn't is right.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2024 09:21 PM
Hi @jieLian123
Please try below approval rule as per the screenshot.
Regards,
Dharmaraj
Thanks
dgarad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2024 09:37 PM - edited ‎03-03-2024 09:38 PM
Hi @dgarad
I don't require 'all user approve or reject'.
I was trying to set a flow just like below.
when approver A approves a request, then update a the trigger record to status 'A approved',
and the request should be sent to the upper level approver - approver B, and approver B should be able to
accomplish approve.