
The application i'm developing allows users to send transport requests, and once the request is created Approval Action Flow is running until relevant Approver respond to it, meanwhile there's another flow is running everyday to update request approval status to AutoRejected due to not approved by EOD.
But Approval Action Flow is still running, Is there a way to stop that specific instance from running after relevant request is updated by AutoReject flow.
Is it possible to use Microsoft Graph, to run python script to automate respond action to the Approval Email.
Any Advice much Appreciated.