Trigger conditions in power automate can play a pivotal role in preventing flows from triggering themselves. But without a solid knowledge of worflow definition language (WDL) it can be daunting to write your first one. Fortunately there is a handy trick I’ve used for a long time to make writing your first one exceptionally simple.

To start we have to make sure our trigger accepts trigger conditions. To do this go to the settings tab of the trigger and look for the trigger conditions heading.

Power Automate trigger settings with trigger conditions section outlined in red

With that confirmed fill in the required parameter for your trigger and then add a ‘filter array’ action after the trigger.

Power Automate add action showing filter array step being added

Now to get the trigger condition set up the condition you would like to check, in my example below I have chosen to test the Title of the item but this works with any column selectable in the dynamic content.

Power Automate filter array step showing a condition being set up

After setting this up press the ‘Edit in advanced mode’ section and you will be given the text for you to copy and paste into your trigger condition.

Filter array step in 'edit in advanced mode' showing trigger conditon created.

And with that we now have as trigger condition we can apply to our trigger as the filter array step has written it for us.

Leave a comment

Trending