Hello everyone,
I am facing an issue with Power Automate approvals and I would like to understand the correct way to handle it.
In my flow, I create an approval request and I also have a timeout condition. The timeout logic works from the flow point of view: after the configured time, the flow continues on the timeout branch as expected.
However, the approval itself still appears to remain active for the approver.
The approver can still see the approval card in email and in Microsoft Teams notifications, and they are still able to click Approve or Reject even after the approval has already timed out in the flow.
This creates confusion, because from the business process perspective the request should no longer be valid after the timeout. Once the approval has expired, I would like to either cancel it, abort it, or remove/prune it so the user cannot respond anymore.
What I am trying to achieve is this:
- Send an approval request.
- Wait for the response with a timeout.
- If the approval times out, treat it as expired.
- Prevent the approver from approving or rejecting it afterwards.
- Ideally remove or cancel the pending approval from email/Teams/Approvals.
I found that Microsoft Graph has a beta cancel endpoint for approval-related items, but I cannot use it from Teams send Graph action because the Graph entry point has no support for ApprovalItems object.
I would appreciate any help.
Thank you.