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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Power Automate Trigger...
Power Automate
Unanswered

Power Automate Trigger Conditions

(1) ShareShare
ReportReport
Posted on by 115

Hello,

 

I'm having an issue with the trigger conditions. I have 4 columns. Column 1 I want to be filled. While columns 2-4 I want to be empty. 

 

I tried putting this in each row of a new trigger condition, but even if columns 2-4 are filled, the power automate will still trigger. 

 

The code I am using is: Column1: @not(empty(triggerBody()?['TestRequestNo1']))

 

Columns 2-4: @empty(triggerBody()?['OnTime_x002f_Late']), @empty(triggerBody()?['Disposed']), @empty(triggerBody()?['SurveyFinished']) 

 

Any idea how I can get this to work?

 

I appreciate it in advance!

Categories:
I have the same question (0)
  • trice602 Profile Picture
    15,886 Super User 2025 Season 2 on at

    Hi @CheddahChase ,

     

    Looks great so far!  I think you just need to wrap in an AND, save, retest.

     

    @and(
    not(empty(triggerBody()?['TestRequestNo1'])),
    empty(triggerBody()?['OnTime_x002f_Late']),
    empty(triggerBody()?['Disposed']),
    empty(triggerBody()?['SurveyFinished'])
    )

     

     

  • CheddahChase Profile Picture
    115 on at

    Hello @trice602 ,

     

    Thank you for your time. I tried this and it still triggered the power automate even after I filled in column 2. Columns 2-4 are choice columns, is that a reason why it could still be triggering? 

     

    Thank you in advance. 

  • trice602 Profile Picture
    15,886 Super User 2025 Season 2 on at

    Hi @CheddahChase ,

     

    Please share your flow, let's have a look.

     

     

  • CheddahChase Profile Picture
    115 on at

    Apologies in advance, it is rather long. It is taking data and making a test request sheet and sending an update email to the requester. 

     

    CheddahChase_0-1704991758079.png

    CheddahChase_1-1704991791654.png

    CheddahChase_2-1704991818442.pngCheddahChase_3-1704991846282.png

     

    CheddahChase_4-1704991862857.png

     

    The end condition is just the email it sends out. That was my first attempt at limiting the number of emails it sends out. Because once the test is completed, we fill out columns 2-4 and I did not want to bombard the requester with multiple emails once the test was done. 

     

    If you need me to go into detail about anything, please let me know. 

     

    Again, I appreciate your willingness to help!

     

     

  • trice602 Profile Picture
    15,886 Super User 2025 Season 2 on at

    Hi @CheddahChase ,

     

    Is this a column in your list?

     

    trice602_0-1704992420735.png

     

  • CheddahChase Profile Picture
    115 on at

    Good afternoon @trice602,

     

    Sorry for the delay. I was out on lunch. Yes, that column is in the list. When I only use the @not(empty(triggerBody()?['TestRequestNo1'])), it works. It just doesn't work with the other columns. 

     

    Just for background, we have a power app for requesters to submit test requests. Then we have a power automate create a test request number (based on the customer and the number of test requests received on that specific date). The trigger is when an item is modified. 

     

    If you have any more questions, please let me know!

  • CheddahChase Profile Picture
    115 on at

    Another question with this, you put them all in the same line for the trigger condition? Or are they all on seperate lines? 

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
trice602 Profile Picture

trice602 339 Super User 2025 Season 2

#1
trice602 Profile Picture

trice602 339 Super User 2025 Season 2

#3
David_MA Profile Picture

David_MA 270 Super User 2025 Season 2

Last 30 days Overall leaderboard