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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / ActionBranchingConditi...
Power Automate
Suggested Answer

ActionBranchingConditionNotSatisfied.

(1) ShareShare
ReportReport
Posted on by 66
Okay..so I am new to Power Automate and thought I was on the right track but even though the flow ran successfully it really did not. Here is my situation:

I have a document list with a choice column call "Waiver Status" with the following choices: New, Approved, Rejected, Pending Zoned Approval. I want to set up my flow so that when the column is modified (the default is "New") say when the status is set to "Approved" the flow will send out an "approved email" so an email address that I grab from another column called "Primary E-mail address". If the choice was changed to 'rejected' then the flow sends out a 'rejected email' and if the choice was a anything else like "Pending Zoned Approval" the flow would not trigger the email. I have a switch statement set up to check this but it's not working. Below is a screenshot of the flow.  CAn someone please tell what I am doing wrong or if there is a better way to do this? Please let me know if you need further information.
waiver flow.png
Categories:
  • Suggested answer
    TomMoody Profile Picture
    115 on at
    Welcome Raizo,
     
    Firstly the logic of this flow is only concerned with SharePoint Items that have been modified IF 'WaiverStatus' = Approved or Rejected.
    Currently your flow will trigger when any change is made to an item in that SharePoint location and you will have a tough time troubleshooting because your flow runs more than it needs to.
     
    You can remove a lot of your logic by simply adding a Trigger Condition  to your trigger action, this might help your main issue because it simplifies the whole flow.
    Click the three dots pictured and go to settings.
     
     
    On your trigger click here to add a Trigger Condition:
     
    @or(equals(triggerBody()?['Status/Value'], 'Item Approved'), equals(triggerBody()?['Status/Value'], 'Item Rejected'))
     
    Just change the 'Status' part to whatever your column is called
     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Automate

#1
11manish Profile Picture

11manish 243 Super User 2026 Season 2

#2
David_MA Profile Picture

David_MA 211 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 190

Last 30 days Overall leaderboard