Skip to main content

Notifications

Power Automate - Building Flows
Unanswered

Trigger condition for Add, update, or delete Trigger action

Posted on 26 Nov 2024 18:30:40 by 8
I am building a workflow that fires when an Outlook calendar event is added, updated, or deleted. So, I am using the "when an event is added, updated or deleted" trigger. When a calendar event is added, updated, or deleted, a SharePoint item is created or modified. Similarly, there is another workflow that fires when a SharePoint item is created, or modified. When an item is created or modified in SharePoint, an event is created or modified. Because the same SharePoint list is used, the workflows trigger each other. I have been able to add a trigger condition to the "When an item is created or modified" action but when I tried using the "IsAdded" and "IsUpdated" flags as trigger condition to the "When an event is added, updated, or deleted" action, the flow does not fire under any condition. 
  • Suggested answer
    SudeepGhatakNZ Profile Picture
    SudeepGhatakNZ 14,035 on 26 Nov 2024 at 23:13:31
    Trigger condition for Add, update, or delete Trigger action
    Your syntax doesn't look right. Please try
    @or(equals(triggerOutputs()?['body/IsAdded'], true), equals(triggerOutputs()?['body/IsUpdated'], true))
     
     

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

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,129

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,797

Leaderboard