Hi,
I'm working on a flow that every 4 hours screens a Sharepoint list to identify records in a given state "Received".
For any of such records, i expect the tool to gather information, prepare and send a record-specific email.

In case there is something wrong in the data preparation, i have embedded in the Apply to each bloc a parallel error line, resulting in an alert message and putting the record in a Warning state.

Often by the time i can solve the issue another run has passed (flow runs every 4 hours) and the non-Warning records were processed, which is fine.
However, when i resolve the initial issue and put the flow back to work, it often keep inside is Apply to each bloc the need to run on records that were already processed by other runs.
Would you have any idea how i can "empty" the flow memory and only process the Warning record after resolution ?
thanks in advance for the support