I have a flow that is triggered when an item is added. It'll send email with options to let user reply, if user doesn't reply after 5 days, it'll send the email again, and do it 3 times. Now we want to stop the sending email/flow when the item is deleted due to error. I saw someone suggest to remove the item from recycle bin and did that, But the flow is still running. How do I stop it? WE added over 1000 items at one time, so it's hard to find which flow associate with which item to cancel it from flow run history.
Thanks in advance for any help!