I have built 3 flows as follows that send emails:
1.) Appointment Confirmation: This uses the trigger "When a new event is created"
2.) Appointment Reminder: This uses the trigger "When an upcoming event is starting soon" and looks ahead 1 day.
3.) Appointment Reminder: This uses the trigger "When an upcoming event is starting soon" and looks ahead 1 week.
The issue I am running into is that if an event is created 1 day before, all three flows run and send 3 emails at the same time. I don't want the appointment reminder flows to run if the appointment confirmation flow ran in the past 3 days.
Thanks for all the help!