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 / How we can allow a Com...
Power Apps
Answered

How we can allow a ComboBox to filter and get items from sharePoint when the related sharePoint list contain more than 2,000

(1) ShareShare
ReportReport
Posted on by 3,514

I have a SharePoint list named Assets which contain around 3,200 items, as follow (last item has a title = Screen2999):-

 

johnjohn123_1-1697763503918.png

 

Now inside the Power Apps canvas application, i added a ComboBox which is linked to the Assets list inside a form, as follow:-

 

 

 

johnjohn123_0-1697763488088.png

 

now the combobox will only show 2000 items out of the 3200 items, which is understandable since Power apps can only get 2000 items per request. but even if i type the Asset title as "Screen2999" inside the combobox i will not get it... so is there a way to allow the Combobox to get any item from SharePoint list as per our filter/search? or the combobox will only filter the 2000 items it already get? if this is the case, then how we can solve this issue?

 

Thanks

 

 

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

    @johnjohn123 ,

    This would be much easier if all the values did not start with Screen (as per this blog of mine). You do not actually need Distinct out of that blog - this will work

    With(
     {
     _Data: 
     Filter(
     Assets,
     StartsWith(
     Title,
     Self.SearchText
     )
     )
     },
     Sort(
     _Data,
    	 Title
     )
    )

    but you are going to need to get the entry to Screen2 before you get all the 200s and 2000s.

     

    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.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • johnjohn123 Profile Picture
    3,514 on at

    @WarrenBelz  thanks this is working well.. finally i am getting something working well for large lists..

  • johnjohn123 Profile Picture
    3,514 on at

    @WarrenBelz but i faced another issue, is that previously i were selecting the combobox selected item' Title & ID as follow,, but this not more working after i applied the new formula:-

     

    johnjohn123_0-1697802789161.png

     

     

    is there a way to fix this?

  • WarrenBelz Profile Picture
    156,051 Most Valuable Professional on at

    @johnjohn123 ,

    That is because you have (I assume) used Distinct (which only returns one column - Value) - did you try the code I posted ?

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 352 Most Valuable Professional

#2
11manish Profile Picture

11manish 192

#3
Valantis Profile Picture

Valantis 128

Last 30 days Overall leaderboard