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

Community site session details

Session Id : LrE/SyAdgYPIx5u9YOMZfZ
Power Automate - General Discussion
Answered

Conditon not working (List rows present in a table)

Like (3) ShareShare
ReportReport
Posted on 9 Sep 2024 11:41:46 by 12
Hi all,
Why does the condition not work? 
 
I am attempting to create a flow that does the following:
Sends an email to all recipents in the Excel file.
- If there is a custom message listed in the column "custom message" in the Exce file, it should send an e-mail via the action "type 1".
- If there is no custom message listed in the column "custom message", it should send an email via the action "type 2".
 
Condition is:
Custom message = true
 
When I run the flow it says: the branching condition for this action is not satisfied.
And both John and Jane receive an email of type 2.
 
 
 
 
Categories:
  • LV-09091120-0 Profile Picture
    12 on 11 Sep 2024 at 12:06:35
    Conditon not working (List rows present in a table)
    Thanks so much FLMike! That was perfect and easy to follow. I got it to work now :)
     
  • Verified answer
    Michael E. Gernaey Profile Picture
    45,345 Super User 2025 Season 2 on 09 Sep 2024 at 20:56:09
    Conditon not working (List rows present in a table)
    Hi
     
    it doesn't work because you aren't checking if the thing is NULL or Blank or has a value, you are just comparing a value to true.
     
    Change it to this
     
    use the expression empty do not TYPE the word empty
     
    delete custom messgae on the left
    click in, when the pop up shows up go to the Expression tab
    type empty() and it should come up and you can select the expression
     
    Now with the window still open click on the Dynamic Property Tab
    click the mouse between the two ()
    now find the Custom Message Column and place that there
     
    Change the middle to be is not equal to
    and leave the right as the true expression.
     
    Now it will return true or false on the left if its Empty
     
    So you want
     
    IsEmpty is not equal to true
     
    So that in your Yes side, it means it was NOT empty and do your action 1
    And on the No side, it was empty so do your action 2
     
     
     
  • Suggested answer
    David_MA Profile Picture
    11,841 Super User 2025 Season 2 on 09 Sep 2024 at 19:44:06
    Conditon not working (List rows present in a table)
    You need to add an expression to your Excel field in the condition. The way you have it configured, the custom message would need to be what is returned from the expression true. The expression on your field would be not(empty(your_dynamic_excel_field))

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 2