
Announcements
I am having the hardest time trying to figure out how I can set up a flow that is based on a reminder date that is not recurring. I am using an excel table that has the "task", "due date", "reminder date", "manager", and "email". I am wanting to send a reminder email (on a specific date, automatically - not recurring) to notify of an upcoming task and due date to the specified manager based on the reminder date.
Is this even possible? I definitely know that I am missing some triggers/settings, I just don't know what it would be. I have sort of gotten this to work, but I have to manually run the flow. I'd also like for the 1 reminder email to contain all the tasks that the selected manager has to complete from the excel table based on the reminder date...feels like a lot but I am at a complete loss.
Thanks in advance for the help!
@jrbragg ,
You can schedule a flow to run daily
It then checks if the ReminderDate = Today()
If the condition satisfies, it sends an email.