Hi everyone
I created a MS List using Excel as datasource. There is a column called "IDPart" as numeric. The IDPart is an ID for each row. I indexed the column IDPart. When I use Power Apps and try to collect more than 2000 items it doesnt work, even if I tried to get the first 200 items.
I use
ClearCollect(Data, Filter(MSList, IDPart < 200))
It shows 2000 items, when I use
ClearCollect(Data, Filter(MSList, IDPart < 2000),
Filter(MSList, IDPart >=2000 && IDPart < 4000)


Report
All responses (
Answers (