Hi,
I am new to power automate and learning it now days to create a requirement for file upload email notification. I am looking for option to create a flow which run for 6 months time period. When a file is uploaded, the flow starts for 6 month due date and on 45 days before due date it will send email to user to send a notification. I came to now that, flow can only be run for 30 days. Any ideas to keep it active for 6 months?
Thanks
Solved! Go to Solution.
There is no way to keep the flow active for 6 months, so what you need to do this as 2 separate flows:
1. A flow triggered on file upload to a document library
2. Calculate the notification date using an expression
3. Save this date calculated from step 2 in a new column in your document library
The second flow will be scheduled to run daily:
1. Get Items with a filter criteria given the today date and the notification date
2. Loop and send your reminders
Hope this gives you an idea!
There is no way to keep the flow active for 6 months, so what you need to do this as 2 separate flows:
1. A flow triggered on file upload to a document library
2. Calculate the notification date using an expression
3. Save this date calculated from step 2 in a new column in your document library
The second flow will be scheduled to run daily:
1. Get Items with a filter criteria given the today date and the notification date
2. Loop and send your reminders
Hope this gives you an idea!
Thanks for response,
Is there any link or article with almost same requirement you might know of, which I can follow for my reference?
Regards,
The below video can help you with the reminder
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
28 | |
27 | |
23 | |
14 | |
10 |
User | Count |
---|---|
62 | |
50 | |
30 | |
29 | |
24 |