Hi,
I have an excel file (one drive) with more than 4000 rows.
I increased the Row limit from 500 to 2000. Does not show all the records
I also tried the below on App > OnStart
Concurrent(ClearCollect(CollectionA,Filter(CategoryTable,Id<2000)),
ClearCollect(CollectionB,Filter(CategoryTable,Id >=2000 And Id<4000)),
ClearCollect(CollectionC,Filter(CategoryTable,Id >=4000 And Id<6000)));ClearCollect(TestCollection,CollectionA,CollectionB,CollectionC)
When I view the Gallery, refering to the 'TestCollection' it still doesnt show all the records. Limts the rows to 500 only.
Please suggest if I am doing something wrong
Thanks