Hello,
I have a flow that is supposed to send a reminder when the meeting is 8 days away. The flow works but I want to make sure that when the email sends that it doesn't send the email again until the next month. Do I need to add a delay to the flow?
Solved! Go to Solution.
Hi @Anonymous,
Do you want an event that lasts many days to be reminded only once?
You can add a restriction, the start time of events is 0: 00-24: 00 on the 8th day.
Please try the following workaround.
Here is the expression:
startOfDay(adddays(utcNow(),8))
Here is the expression:
startOfDay(addDays(utcNow(),9))
Best Regards,
Zhi Chen
Hi @Anonymous,
Do you want to send a reminder to tell people there will be a meeting in 8 days.
Could you please show me more about your flow?
1.If possible, show me a screenshot of your flow.
2.What’s your trigger.
3.Where do you create the events, save it as Items in SP or add meeting in Outlook?
If you save it as Items in SP and use ‘when an item is created or modified’ as the trigger, It seems that you don’t have to worry about it repeating reminders.
Best Regards,
Zhi Chen
Hi @v-chenzhi
Answers to questions:
Please see screenshots below:
Hi @Anonymous,
Do you want an event that lasts many days to be reminded only once?
You can add a restriction, the start time of events is 0: 00-24: 00 on the 8th day.
Please try the following workaround.
Here is the expression:
startOfDay(adddays(utcNow(),8))
Here is the expression:
startOfDay(addDays(utcNow(),9))
Best Regards,
Zhi Chen
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
72 | |
22 | |
17 | |
17 | |
14 |
User | Count |
---|---|
126 | |
35 | |
30 | |
28 | |
26 |