Power Automate – Flow is not running on Trigger condition

Arun PottiDyn365CE7 months ago3 Views


I was working on a flow and added a Trigger Condition which has 2 conditions in OR clause.

@or(equals(triggerOutputs()?[‘body/statecode’], 1), greaterOrEquals(triggerOutputs()?[‘body/closeprobability’], 80))

The flow is working as expected with the above conditions.

And then after some days, I added an extra condition in the OR clause as per new requirement.

@or(equals(triggerOutputs()?[‘body/statecode’], 1), equals(triggerOutputs()?[‘body/new_user’], true), greaterOrEquals(triggerOutputs()?[‘body/closeprobability’], 80))

Then the flow stopped working on the new trigger condition (new_user equals true) and it is working for the other 2 conditions.

I tried the below ways to debug the flow.

  1. Removed all the triggers conditions and added only the new trigger condition to test and no luck flow did not run.
  2. Created the test flow with the 3 conditions in the trigger and it has only simple compose action and it started working.

And did not…



Source link

Leave a reply

Join Us
  • X Network2.1K
  • LinkedIn3.8k
  • Bluesky0.5K
Support The Site
Events
February 2025
MTWTFSS
      1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28   
« Jan   Mar »
Follow
Sign In/Sign Up Sidebar Search
Popular Now
Loading

Signing-in 3 seconds...

Signing-up 3 seconds...