Since you are just doing day over day, you no longer need subtract dates. You did it perfectly in your IF statement.
so the first screenshot should be before your loop, and the second screenshot (w/o the subtract dates and w/o the “Go to MainFlowStart”), should be immediately after you open your loop.
So it’s:
get date (this is just when the flow starts so we have something to compare to in the first day)
start loop
IF test
the rest of the loop
so, that if section is built into the loop, and that if section will reset the %LastStart% before it lets the loop proceed (after the 30 min wait). You should never need to go back to the beginning of the flow.
good luck. Sorry for the delay in response. It was an extremely busy week. Have a good one.