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 / Searching on a Filtere...
Power Apps
Answered

Searching on a Filtered Gallery Not Showing All Results?

(0) ShareShare
ReportReport
Posted on by

Hello! I've built a PowerApp that is supposed to show people that don't have phone numbers so my team members can assign them phone numbers, but it's not showing all of the results when I'm pulling in the data and applying a search/filter function on the gallery:

 

Gallery:

Search(Filter('New Arrivals', IsBlank('Phone Number')), TextInput2.Text, "Title")

Applications_0-1660156260830.png

 

I'm pulling this data from a SharePoint list that has names and numbers, as well as other information, but even on the list there are people there that don't show up within my gallery:

 

Within the gallery:

Applications_1-1660156399527.png

Within the SharePoint list:

Applications_2-1660156581282.png

 

I know it's a new record, but it also does that with older records, and since I'm pulling from the list as a datasource, it shouldn't matter, right?

 

I checked the column name of the SharePoint list and I found it's actually named: 

Field=Phone_x0020_Number_x0020_Assigne

But when I use that in the formula on the Gallery, nothing shows up.

 

Any thoughts? Am I doing something wrong somewhere?

 

Thank you all!

Categories:
I have the same question (0)
  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @Applications 

    If you are getting a partial list from your formula, then it is working but likely you are running into a delegation problem.  Try this formula instead:  It is odd but IsBlank() is not delegatable but =Blank() is.

     

     

     

     Search( 
     Filter(
     'New Arrivals', 'Phone Number'=Blank()
     ), TextInput2.Text, "Title"
     )

     

     

    Intellisense should give you a hint about which format you should use for the phone number.

     

     

  • ushaambre3 Profile Picture
    5 on at

    Hello!

    According to project name I want to add a gallery view . Suppose someone created form that user can see that form only. But Seniors CEO and Director can see whole gallery view and Manager can see only which ever project he have they can see that form in gallery view. 

     

    Any thoughts? 

     

    Thank you

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!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 88

#2
WarrenBelz Profile Picture

WarrenBelz 85 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 45

Last 30 days Overall leaderboard