Does anyone know if there are any limitations in PowerApps where you might have too many pages or connections? I am building out an app that will contain many connections to SharePoint lists along with many pages and I don't want to get too far into this to find out I ran into a limit.
The only thing I can think of right off the top of my head is that the more you add the longer it will take to load.
Solved! Go to Solution.
That's correct. Currently there are no hard limits to the number of pages or connections you have. The only hard limit we have is the 2000 row limit for non-delegatable queries.
The only issue you might run into is the time it takes for your app to load if you have many pages/controls. You can optimize the loading of your data by loading it only on the pages you need it instead of all at once on the first page. Also check out this blog post on performance to see how you can improve the speed of your app.
That's correct. Currently there are no hard limits to the number of pages or connections you have. The only hard limit we have is the 2000 row limit for non-delegatable queries.
The only issue you might run into is the time it takes for your app to load if you have many pages/controls. You can optimize the loading of your data by loading it only on the pages you need it instead of all at once on the first page. Also check out this blog post on performance to see how you can improve the speed of your app.
We have a PowerApps based UI that uses a SharePoint Custom List as the datasource. The list has 200 columns including 12 person or group columns and 12 multi-line text columns. The list can grow to 10,000 rows a year.
We have some questions regarding powerapps-
User | Count |
---|---|
140 | |
137 | |
77 | |
76 | |
69 |
User | Count |
---|---|
224 | |
186 | |
68 | |
64 | |
57 |