web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : ZSzEAP4nEax1Tzv1Pltgkv
Power Automate - Building Flows
Answered

Sending a reminder email for events each day

Like (0) ShareShare
ReportReport
Posted on 3 Dec 2024 04:55:52 by 10
Hey PP Community,
 
I am currently trying to build a flow that will send a reminder email to required attendees of events with a specific subject/title. I would like the emails to go out at 8am for the events on that day. 
 
Generally there is about 5 events with the same subject each day.
 
Any help would be greatly appreciated! 
 
I have the same question (0)
  • Verified answer
    Expiscornovus Profile Picture
    32,539 Most Valuable Professional on 09 Dec 2024 at 09:38:12
    Sending a reminder email for events each day
     
    What's your time zone?
     
    In that case you could use a time-ahead of at least 24 hours (1440 minutes) And you could add a delay until 08:00 AM of the start date of the event.
     
    Below is an updated example
    In the formatdatetime I am using the UK 08:00 AM start time, you might want to change that to your time zone.
     
    formatDateTime(triggerOutputs()?['body/startWithTimeZone'], 'yyyy-MM-ddT08:00:00Z')
     
     
    ​​​​​​​


    Happy to help out 😁

    I share more #PowerAutomate and #SharePointOnline content on my Blog, Bluesky profile or Youtube Channel
  • MH-26110259-0 Profile Picture
    10 on 04 Dec 2024 at 22:30:28
    Sending a reminder email for events each day
     
    This is a great idea, however, I want the reminder to all go at 8am. The events (interviews) are at different times throughout the day. 
     
    Any suggestions?
     
    I have tried the recurrence option instead of the automated cloud flow but this does not seem to activate when its supposed to and when I try to set it to only send for the events on that day, it sends for all the events with that subject over several days. 
  • Expiscornovus Profile Picture
    32,539 Most Valuable Professional on 04 Dec 2024 at 12:36:49
    Sending a reminder email for events each day
     
    You could use the When an upcoming event is starting soon (V3) action. Configure the Look-Ahead Time (I used 240 to sent the reminder 4 hours before the meeting starts) for how long before the meeting starts you want to start the flow.
     
    In the settings you can add a trigger condition to check if the subject/title contains your specific text.
     
    Below is an example
     
    @contains(triggerOutputs()?['body/subject'], 'Contoso Event')
     
    In the Send an Email (v2) you can use the required attendees of the first action.
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Tom Macfarlan – Community Spotlight

We are honored to recognize Tom Macfarlan as our Community Spotlight for October…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 626 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 374 Moderator

#3
Expiscornovus Profile Picture

Expiscornovus 284 Most Valuable Professional

Last 30 days Overall leaderboard
Loading complete