Hey,
I'm trying to create a Flow that notifies me 30 days before a date is reached (from an excel Table).
For example i need a notification before a guarantee runs out and need to buy new stuff.
Does someone already got a solution for it or can help me with it, i'm completely new to Flow.
Hi @AlexKoCe
Thanks for explaining the task. Here is a way to do it:
To demonstrate this I added few components to a flow. Note that the following flow is incomplete, since I didn't added the check for Reminder Added. You will also need to figure out when to add the calendar event. Also please explore Outlook Tasks connector, which may be a better fit for your application. Let me know if you have any question.
Hi @murshed ,
I have to collect all the expiation dates of our Laptops and fill them into an excel sheet. (that's no problem)
In the next step i have to create a Flow that sends me an e-mail 30 days before these dates are reached.
So i just can fill in the new dates and don't have to create reminders for 100+ Laptop manually.
Kind Regards.
Hi @AlexKoCe
Can you please tell us more about what are trying to build? Simple speaking you can create a recurring calendar event for the reminder and get a reminder from there. You can also any task oriented application to do the same. All of these apps can be connected from Flow as well, using connectors such as Outlook, Google Calendar, Google Tasks and many more. Once you connect to flow you can tie it to subsequent operations.
Best Regards.