Help needed and much appreciated...
I was happy to find this post, as I was facing simimlar question. However, for some reason the solution is not working for me.
I have a flow that sends a Forms pro survey invite to a contact. If the contact does not answer before set reminder date (7 - 14 days after) is reached, the flow will send him/her a reminder email. I am trying to use Do Until step to create a wait-condition similar to old workflows: wait until a date field is passed. Giving users the possibility to update the date field manually while the waiting period is on. The Do-Until-step simply won't react to my condition, even though the previous Compose-step shows it is true.
I also tried to use this in the Do-Until-step, it didn't work either:
@equals(greaterOrEquals(formatDateTime(addDays(utcNow(), 1), 'yyyy-MM-dd'), formatDateTime(variables('ReminderDate'), 'yyyy-MM-dd')), true)
The part of the flow looks like this:

The test run looks like this, and stays like this until the flow stops (due to timeout) in an hour or so.
