I am attempting to create an event in my Outlook Calendar based on an expiration date in a SharePoint list. So far, I was able to create a flow that adds the event correctly, but continues to create duplicate events. How can I prevent it from creating duplicates?
Hi @TKLR_83
Before you adding the event you could check the record already exists by using Get events actions step.
Above to get the total count use the below expression
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogIs there a way to prevent duplicates for a similar flow to group events? (As there is not an option to get events from the group calendar)
Hi @TKLR_83
You need to use the Graph API to get the group events.
List events - Microsoft Graph v1.0 | Microsoft Docs
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogThe 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 |
---|---|
64 | |
23 | |
16 | |
15 | |
11 |
User | Count |
---|---|
118 | |
36 | |
30 | |
28 | |
26 |