I have a flow.
- i have a do until section.
- the logic is to run the Do Until the varemailstate is completed
- Inside the flow
- a switch statement to check the varemailstate
- if the varemailsstate equals sixty then it goes inside a block
- inside the switch block it checks the current date and a calculated date
- if the date complatison is false then it adds 5 days delay then updates the variable value to sixty
I was assuming once it waits for 5 days and updates the varemailstate value to sixty the do while loop won't exit, and it will repeat the same process.
but in my case the flow executes after waiting for 5 days.
i am writing a flow that can wait for unknown number of days and send reminder emails.