Oh, sorry, the next for each...then just:
Immediately after the For Each line, put a "Set variable %CurrentError%" to FALSE
In the ERROR subflow, start with Set variable %CurrentError% to TRUE
At the End of the ERROR block say, If %CurrentError% = TRUE, Next.
Next is an Action that goes to the Next variable in the For Each.
Good luck!