Hello, I am creating an app for an inventory, but my database has already exceeded 2000 rows. Is there an alternative to read this data? thanks for your help
Solved! Go to Solution.
Hi @Anonymous ,
Could you please share a bit more about the data source you used within your app?
If the data source and the formula (you used) applied to your data source are both delegable, you could ingore the Delegation issue within your app.
More details about Delegation in PowerApps, please check the following article:
If the data source is not delegable or the formula you used could not be delegated to the data source, I think you may face a Delegation warning issue with your formula. As an alternative solution, please consider take a try with the solution @RandyHayes mentioned within the following thread:
There are also some performance tips on Delegation, please check the following article:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/performance-tips#use-delegation
Best regards,
@Anonymous
If you really need to pull all the records to your PowerApp, then you will have to collect them in groups.
There are some good suggestion in this topic thread.
Take a look at that and see if it is helpful. But, before you go too far into it, ask yourself if you really need to pull that many records into your App. And if it's because of delegation, also ask yourself if there is a way you can apply a View or other mechanism to return subsets of data.
I hope this is helpful for you.
Hi @Anonymous ,
Could you please share a bit more about the data source you used within your app?
If the data source and the formula (you used) applied to your data source are both delegable, you could ingore the Delegation issue within your app.
More details about Delegation in PowerApps, please check the following article:
If the data source is not delegable or the formula you used could not be delegated to the data source, I think you may face a Delegation warning issue with your formula. As an alternative solution, please consider take a try with the solution @RandyHayes mentioned within the following thread:
There are also some performance tips on Delegation, please check the following article:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/performance-tips#use-delegation
Best regards,
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
204 | |
106 | |
56 | |
52 | |
41 |
User | Count |
---|---|
274 | |
156 | |
86 | |
81 | |
56 |