Is there a limitation on how many records can be displayed by a gallery? My datasource is a document library and I am expecting thousands of documents to be stored there. Is there any alternatives or solution to display such amount of data on gallery?
Solved! Go to Solution.
@Pstork1 wrote:Pagination is one solution to the problem, but that essentially does what I mentioned in my previous response. If you filter the list on an ID column soemthing like this Filter(datasource id >= minID && ID <= MaxID) where MinID and MaxID are variables that contain a sliding set of values per page 0,500 - first page; 501,1000 second page, etc. But there is no support in PowerApps for automatic pagination. So you need to design and build it yourself. Again, you can't retrieve more than 500 to 2,000 records at any one time. You can get the first 500 and then the next 500 etc.
Another common response is to copy the list in batches to a local collection since collections aren't limited in the same way. But there are limits on how much data can be stored locally so I suspect you will still run out of room before you can cache everything you want to display.
The bottom line is that a gallery just isn't designed to display a list of 50,000 items. But honestly, what user would actually scroll through a list that big anyway.
Interestingly enough there are actually ways of retrieving up to 5000 records in a single batch using Flow and v2 of the Graph APIs where automated pagination is possible to leverage to return batch. To put it further perspective, I've created a demo app upon which I will be posting hopefully within the next week.
I posted a video on YouTube today that showcases numurus functionalty that not only address a significant number of features users have been asking for as far back as 2+ years, but furthermore demonstrate features and functionality that very few people would have believed would not even have been possible to incorporate in their own apps a year if not longer from now.
Seeing what is in fact possible now will no doubt have many App Makers super excited, in my opinion at least. Even with the remarkable demo app I've created, it only scratches the surface of what else you could potentially do so check it out, or don't :
Sample screenshot attached of a screen in PowerApps with a Gallery control populated with almost 5000 photos stored a Site Assets library returned by a single call to a Flow.
Understood. I get that you can retrieve massive numbers of records in several different ways. My point was that from a user experience point of view, the user won't use that many records. Imagine a Mobile app with 5,000 records in a gallery. Any idea how long it would take a user to scroll through that many records? They won't do it. Better to build the app in a way that gets and presents an appropriately filtered list of records to the user in the gallery. My comments weren't about technology, they were about design.
I learned a long time ago that "just because you can, doesn't mean you should."
I don't disagree with that at all. In the demo app I created I return a lot of detailed metadata information for every record. Interestingly enough it nonetheless handles that amount of data quite well. Howerver there certainly is no practically use case for implementing a solution designed to accomodate for that much data.
Exactly my original point. Too many users get stuck on how to retrieve massive amounts of records that in an application that is then unusable. Instead its better to provide a more refined filtered listing. Performance will improve and user experience will be better. I will however admit that the very limited delegation available can make that a challenge. But its a challenge worth tackling.
I have uploaded a now final video demo of the app I have created that is now narrated and displays even more super awesome functionality I have implemented subsequent to my earlier reply on this topic.
Specifically as it pertains to this particular thread the demo video now showcases how users can consume and view content stored in Lists or Document Libraries in Galleries within their apps with 10k+ items in any List or Document Library using a new paging feature I have since implemented in the demo app (per attached screenshot).
You can now also change the list view threshold to up to 5000 overriding the current 2000 item threshold limitation in PowerApps. Consider how quickly I was able to do that since my earlier reply.
That said I can equally now attest to why there is a maximum 2000 threshold limit that you cannot increase is because when I set the threshold all the way up to 5000 and instantiated a Flow to return that many records I frequently experienced timeouts in my app, and then app session crashes. The amount of memory my web browser (Chrome) was consuming was insane as I was returning a substantial amount of data for each record.
The point however stands that is no way users would browse through 5000 items in a Gallery. The paging feature I have now included in the demo is fully automated using the Graph APIs.
I will be posting a blog within the next week (hopefully) on exactly I made all the cool stuff I've demonstrated in the demo video possible within a single PowerApp.
Watch this space or check out my web site:
Hi @Office365Master , may i know what is your solution to this? Currently in our office we have 5200+ documents. We already overcome the limitation of 2000 but the problem is that it takes minutes to collect all the data that we need. We are collecting items by 500s but the speed is unacceptable.
Can you help us with your solution?
@Pstork1 The article you posted was very useful. I thought I had my delegation issue under control, but alas, I'm not able to overcome the issue. Could you look at my code and help me understand what I'm doing wrong.
Here is my Items for my gallery:
Filter(
If(
ComboBoxFundingLookUp_1.Selected.FundLookup = Blank(),
'Archive PO List',
Filter(
'Archive PO List',
'Funding Source Archive' = ComboBoxFundingLookUp_1.Selected.FundLookup
)
),
StartsWith(
'PO Number Archive',
TextInput2_1.Text
)
)
This gallery will overcome the delegation issues if the user firsts selects a funding source from ComboBoxFundingLookUp_1 and then starts typing in TextInpu1_2. If they don't select anything from ComboBoxFundingLookUp_1 first, the list will not search all the records even though I've used StartsWith in the filter. Thanks for the guidance.
Please post this as a new question on the forum. You'll get more responses that way and people will be able to find the answer after we help you. Send me a link after you've posted it and I'll take a look.
Dear Community Members, We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd. During this period, members will not be able to Kudo, Comment, or Reply to any posts. On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities. What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!
We are excited to announce the Summer of Solutions Challenge! This challenge is kicking off on Monday, June 17th and will run for (4) weeks. The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions in the Forums to as many questions as you can. Answers can be provided in all the communities. Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”) - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024 Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods. You must enter into each weekly Entry Period separately. How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different. Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers. At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing. Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner. A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random. Individuals will be contacted before the announcement with the opportunity to claim or deny the prize. Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners. Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event. ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE** Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersNumber of SolutionsSuper UsersNumber of Solutions @anandm08 23 @WarrenBelz 31 @DBO_DV 10 @Amik 19 AmínAA 6 @mmbr1606 12 @rzuber 4 @happyume 7 @Giraldoj 3@ANB 6 (tie) @SpongYe 6 (tie) Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersSolutionsSuper UsersSolutions @anandm08 10@WarrenBelz 25 @DBO_DV 6@mmbr1606 14 @AmínAA 4 @Amik 12 @royg 3 @ANB 10 @AllanDeCastro 2 @SunilPashikanti 5 @Michaelfp 2 @FLMike 5 @eduardo_izzo 2 Meekou 2 @rzuber 2 @Velegandla 2 @PowerPlatform-P 2 @Micaiah 2 Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Apps anandm0861WarrenBelz86DBO_DV25Amik66Michaelfp13mmbr160647Giraldoj13FLMike31AmínAA13SpongYe27 Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Apps DBO-DV21WarranBelz26Giraldoj7mmbr160618Muzammmil_0695067Amik14samfawzi_acml6FLMike12tzuber6ANB8 SunilPashikanti8
On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners. The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights. Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.
We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for. We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer. Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together. Here's to new beginnings and endless possibilities! If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport. To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages