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