I have problems with this flow where it sometimes ends after the time scheduled in the variable applied in the do-until loop. By the other hand there are times when it ends too soon. I really don't know if what I want to make is truly possible.
The main idea of this flow is to run at 10:30 am and verify the emails that arrives to the SharePoint. The time limit is 10 minutes. If the email with the specified subject in the condition statement haven't arrived, then they do until should end and go to the next condition statement. If the email arrived between that time, then changes the variable status to true. And later on, when the do-until ends then it will go to the condition statement. If the email arrived then finish the flow, if it didn't then send to the teams channel a message of error.