I have a flow that was canceled before it went to the Approval request, but the approval email keeps sending every day... to our shared mailbox. I cannot find this approval as it was sent TO a shared mailbox, and it appears in my flow history to have been canceled BEFORE it went to that step! I know not to send an approval to a shared mailbox, and my flow usually redirects those requests through a string variable containing the group members' emails and usually works, but in this one instance, the flow sent it to the shared box and keeps sending the email day after day, etc... I can see the flow, and even restored the SharePoint list item that it references but I cannot find the APproval ID as it is somewhere in the dataverse being assigned TO that shared mailbox. I don't understand where to go to find that approval and cancel it, delete it, etc... I am a member of the shared mailbox.
Looking at your flow it likely started the approval but the flow itself was cancelled before the responses came back. This makes it look like the entire Create and wait for an approval action didn't run, but probably just didn't complete.
The person that received the approval, or the person that initiated the approval should be able to cancel it. Do you know what account initiated the approval? If so then you can login with them, find the approval in their Approvals Sent within Teams activity or Power Automate Approvals.
If that's not possible then you could look at querying the Approvals table in Dataverse with a filter on title, or similar.
Once you identify the Approval then you could do an Update row and set it to cancelled.
User | Count |
---|---|
22 | |
15 | |
14 | |
10 | |
9 |
User | Count |
---|---|
43 | |
28 | |
24 | |
24 | |
23 |