Hello,
I've created a flow: sending email when a new cell "Yes" is added in excel and then to update each cell "Yes" with "No", just to stop the flow.
The flow works somehow -> it sends e-mail, it changes my cells from "Yes" to "No", but still, my run history is always red, due to failures at "do until" function.
The flow looks like this:


"Do until" function looks like this:

I suppose the problem is with "Current Iteration Index", but without it my flow doesn't loop, until all the cells became "No".
Do you know what could be the problem with my "do until" function?
Thank you!