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 / Reference all SharePoi...
Power Apps
Answered

Reference all SharePoint Online data in PowerApp

(0) ShareShare
ReportReport
Posted on by

I have created an App to assist our Service Desk during a migration project of all our telephony lines from one provider to another.

The App works by typing in a phone number, pressing search and they should then be presented with the full address and post code along with other key information about that site.
My problem is there are over 4300 lines to this SP list and I have since found out there is a maximum limit of 2000 lines that PowerApps can search.
I have seen similar posts using Mr Dangs suggestion Here but I can't work out how to put this into place with my own data.  Any assistance would be appreciated.

The App uses a text box to search which links to a Gallery that is pulling the data from the SP list.
App.png




The SP list is called Active Lines with multiple columns but the App will only look in the Phone Number, and Post Code columns to return data.

Can you advise how I resolve this issue please and if possible advise how I implement it as I have already created the App with a live date due for the 30th July and it's only just been brought to my attention that there is a major problem with it going live.

 

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    156,369 Most Valuable Professional on at

    Hi @Smudgers9 ,

    You could use StartsWith(), which is Delegable

    Filter(
     'Active Lines',
     StartsWith('Phone Number',YourTextBoxName.Text) &&
     StartsWith('Postcode',YourTextBoxName.Text)
    )

    Set the Default of the text box to "" (empty string) is you want all records displayed before the user starts typing, otherwise leave it blank.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

     

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 429 Most Valuable Professional

#2
11manish Profile Picture

11manish 191 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 122 Super User 2026 Season 2

Last 30 days Overall leaderboard