Dynamics 365 Sales is recommending Flow instead of Dynamics background processes. So, I'd like to migrate my current background workflow processes from legacy Dynamics solution explorer to Flow.
I have a workflow, which reminds my colleagues to add appointment notes after an appointment is over. Right now, the trigger is appointment creation, then a wait condition applies until the appointment is over (endtime is in the past). The Dynamics Workflow reacts to changes in endtime (e.g. when an appointment is rescheduled). The Delay step in Flow does not reflect an updated delay time. How could I build a flow which works in this situation?