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 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)
  • 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

  • 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.

     

     

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…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 427

#2
WarrenBelz Profile Picture

WarrenBelz 360 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 336 Super User 2025 Season 2

Last 30 days Overall leaderboard