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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / IF with CountRows not ...
Power Apps
Answered

IF with CountRows not working

(0) ShareShare
ReportReport
Posted on by 1,142

I have the following If Statement that fails.

 

If(
CountRows(
Filter(
colPelletRecords,
Facility = SelectedFacility.Text,
Line = SelectedLine.Text
)
) = 0,

Notify("What the heck"),//Other stuff)

 

The True part of the statement is fired every time even though the CountRows() = 1. I put the CountRows part as the Text parameter of a label and it's showing 1.

 

Why does the False part not get triggered in the IF statement?

 

Thanks!

Categories:
I have the same question (0)
  • Verified answer
    iwonder Profile Picture
    1,142 on at

    After a lot of time trying to figure this out I realized my problem is higher up... the code posted works as expected.

     

    Thanks

  • KroonOfficeSol Profile Picture
    587 on at

    Just to make your app perform faster use First() around your filter formula. Only need to know if there is at least one match right 😉

     

    And use IsEmpty() instead of CountRows().

  • iwonder Profile Picture
    1,142 on at

    Thank you SO MUCH for the pointers!!!

     

    have a great day

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard