Hi @karl_oliverio
The delegation limits specified by @Pstork1 will holds true for PowerApps
However, since you are using SharePoint
SharePoint queries fail to retrieve items beyond 5k items if the columns being queried are not indexed
Hence you would have to make sure that you create column indexes in SharePoint if you know your documents will exceed 5k
Also , note that once your library or list exceeds 20k items, you will not be able to add/delete indexes
Hence plan before hand if you are sure you will exceed the different limits
500 - PowerApps delegation limit (can be increased to max 2k)
5000 - SharePoint query limit
20000 - limit after which indexes cannot be created/deleted
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly