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")
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:

Within the SharePoint list:

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!