Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Answered

send out email series via recurrence appointment form

(0) ShareShare
ReportReport
Posted on by 56

Hi Community,

 

i am pretty new to dataverse and model driven apps so bare with me.

My task is to create a table where appointments/events can be scheduled and when scheduled an email should be sent out to the participants in their mailbox.

So far I have created an appointment activity table, where I can schedule the events and connected it to a flow which sends out an email when an event is scheduled (row added in appointment table trigger). So far so good.

My issue comes when this event is a recurring appointment - the flow works, but it sends our separate emails for each occurrence (as the events are added as rows in the appointment table and as per flow, each row sends out an email), which is not ideal. 

I would like to send out recurring appointments as series - with one email to the enduser mailbox. 

Is this possible? It seems recurring appointments is a form in the appointment table (although it shows as table in dataverse :)) and each time i make a recurrence series it also adds a row in the appointment table

Any suggestions are appreciated.

br

Martin

  • Endjoy11 Profile Picture
    56 on at
    Re: send out email series via recurrence appointment form

    @Mira_Ghaly @dpoggemann 

     

    thanks both, I created a separate flow for records in the rec. appointment. and disabled the part where it triggers in the appointments flow. So now, it does create the events in the calendar as desired. It does not trigger email for those events, but i think i will put a step where I sent out one email with the recurrence description as a workaround.

    again thanks for the assistance

     

  • Verified answer
    Drew Poggemann Profile Picture
    9,278 Most Valuable Professional on at
    Re: send out email series via recurrence appointment form

    Hi @Endjoy11 

     

    The Recurring Appointment Master table and the Appointments tables are connected, see the following details:

    https://docs.microsoft.com/en-us/power-apps/developer/data-platform/create-recurring-appointment-series-instance-exception#create-a-recurring-appointment-series 

     

    1.  You could utilize your first flow for the Appointments and exclude where the seriesId on not null on the appointment.  If this is null then it is a regular appointment and you can send the emails as you do now.

    2.  Create a second flow triggered on the creation of the recurring appointment record and then utilize this to send out emails for recurring appointments as there will only be one record in this table for the recurring appointments.

     

    The tables are connected by the seriesId so you could do other things as well and keep triggering on all appointments and check if seriesId is null or not, get the recurring appointment master and compare if first one (based on date time start, etc.)

  • Verified answer
    Mira Ghaly Profile Picture
    11,409 Super User 2025 Season 1 on at
    Re: send out email series via recurrence appointment form

    @Endjoy11

    This is true a recurring appointment though it is a separate table it creates  separate appointment records in the background,so if your flow is based on the appointment creation then this will not work, have you tried your flow to work on recurring appointment table insy?

     

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Microsoft Dataverse

#1
stampcoin Profile Picture

stampcoin 17

#2
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

#3
mmbr1606 Profile Picture

mmbr1606 9 Super User 2025 Season 1

Overall leaderboard

Featured topics