
Announcements
Are all rows of a dropbox excel table loaded into the memory of a mobile devise when using Patch or CountRows?
Hi @IconicAngel ,
Yes, you are right.
Currently, the Dropdox connector is not a delegable data source within PowerApps. So your app could not delegate the data process from your canvas app to your Dropdox Excel table directly. Instead, you could only process the data locally within your app.
In default, you could only process 500 records locally at most in your app. You could change the "Data row limits for Non-delegable queries" option to maximum value -- 2000 within Advanced settings of App settings of your app, then you could process 2000 records locally.
More details about the Delegation in PowerApps, please check the following article:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/delegation-overview
Best regards,