Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Trigger Condition not working

(1) ShareShare
ReportReport
Posted on by
Hello, all. 
 
I'm trying to write a Power Automate 365 flow for a work queue that requires a peer review step. 
 
The flow is to be triggered by a change in a field, "Peer Review Status," and sends an email to the assigned Peer Reviewer.
 
To check for a change in the "Peer Review Status", I created a 'PR trigger' column that is compared to "Peer Review Status".  If the columns match, there's been no change to "Peer Review Status", so no trigger.  If they don't match, the flow should trigger, sending an email and updating 'PR Trigger' to match the "Peer Review Status" value.
 
The problem is that the flow isn't running. 
 
My trigger condition is @not(equals(triggerBody()?['PeerReviewStatus/Value'],triggerBody()?['PRTrigger']))
 
Can anyone see what I'm doing wrong in this trigger that is preventing this from running when Peer Review Status is changed?
 
  • Suggested answer
    NW-06062204-0 Profile Picture
    12 on at
    Trigger Condition not working
    I accomplished this by using a condition around the email sent. Then sometimes you have to put a condition around a condition because the and and or don't want to work right at the top and sometimes you need one of each. I have a working ticket flow that notifies for several status. Then you want to also set conditions that will make it stop looping that is an issue too. I set mine to not send an email if a column was empty or so on. Just depends on how the logic works. Chatgpt is the best for help. Also you may need to use get item if the condition is not satisfied. This helps if you need more detail about an item you are trying to pull.
  • creativeopinion Profile Picture
    10,437 Super User 2025 Season 1 on at
    Trigger Condition not working
    @RA-04061436-0 You might be interested the YT Tutorial linked below. I cover how to compose the trigger condition using a Filter Array action.
     
     
    Trigger conditions can be set in most flow triggers. These conditions you set must be true for the trigger to fire.
    In this Power Automate tutorial, I’m going to show you how to use trigger conditions in your flows to control when your Power Automate flows trigger. If your plan has flow run limits—you can avoid triggering your flows unnecessarily by using trigger conditions.
     
    I’ll cover four different flow examples that would benefit from trigger conditions:
    ⚡️ Triggering a flow when a column is changed to a specific value
    ⚡️ Triggering a Flow When an Event Updated or Deleted
    ⚡️ Triggering a Flow When a New Folder is Created
    ⚡️ Triggering a Flow When a Specific Email is Received
     
    I’ll also show you a trick on how to easily create the expressions needed and give you a few tips on how to troubleshoot your flow.
     
    IN THIS VIDEO:
    ✓ Four different flows that would benefit from trigger conditions
    ✓ What is a trigger condition?
    ✓ How to add a trigger condition to your flow
    ✓ How to trigger a flow when a column is changed to a specific value
    ✓ How to trigger a flow when an event is updated or Deleted
    ✓ How to trigger a flow when a new folder is created
    ✓ How to trigger a flow when a specific email is received
    ✓ How to troubleshoot a trigger condition
    ✓ How to prevent case sensitivity issues with a trigger condition
    ✓ How to use the filter array action to easily compose an expression that can be used in a trigger condition
     
     
    Hope this helps!

    Consider giving me a ❤️ if you liked my response!

    👉 Level up your Power Automate skills by checking out my tutorials on YouTube
    👉 Tips and Tricks on TikTok and Instagram
  • David_MA Profile Picture
    11,387 Super User 2025 Season 1 on at
    Trigger Condition not working
    I don't see any issues, but to troubleshoot, I would:
    1. Delete the trigger condition. 
    2. Add a compose action to your flow and enter your expression in the compose action.
    3. Run the flow. If the expression is not valid, the compose action will fail.
    4. If the expression is valid, check the output of the compose action to ensure it returns either true or false.
    5. For it to work as a trigger condition, the expression must evaluate to 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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >