Hi Guys,
I have an approval flow and a reminder loop kicks off at the same time as my approval, it sends a reminder every 1 day. The problem I am having is that even when the approval is approved or rejected, the loop will always run once more before ending.
Here is my flow:

As you can see, when the reminder loop first starts, the Completed variable is false, only when the reminder email is sent does it pick up that the completed variable is true and it completes.
I was thinking a possible solution would be to add a condition before the reminder email gets sent to check if completed=false. But ideally I want the flow to stop immediately when it's approved / rejected as opposed to waiting until the reminder loop reaches the delay time