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

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

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mohammad HussainPosted Sep 27, 2023, 8:05 AM
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...