Hello,
I have an end of the day email that is triggered at a certain time, then checks a Sharepoint list until all items are marked 'Complete' in a column before sending an email. The rough configuation of the flow is below:
Recurrence -> Do until no items are 'Incomplete'[Get list items -> Filter list for items marked 'Incomplete'] -> Send email
The flow usually runs well, but 'Do until' step can fail if a new item is added to the list while it is running. This is easily solved by rerunning the flow, but it requires that I check the flow periodically to make sure it has not failed, and also check to make sure the email was sent at the end of the day. Is there a way to configure the flow so that it automatically re-runs itself if the 'Do until' step fails? Thank you for your help.