1
Answer

It is possible to load more then 2000 records into galley?

i have tryed with setting but there is 1 to 2000 limit 

Answers (1)

1
Photo of Mohammad Hussain
163 11.5k 152.3k 1y

By default, Power Apps can only load 2000 records into a gallery. However, there are some techniques that can be used to load more than 2000 records.

One technique involves creating an index-like ID for the records. 

Another technique involves using the ClearCollect function to double the limit to 4000 rows. 

Additionally, it is possible to overcome the 2000 record limit by using lazy-load to load records in batches...