Good morning,
this might be answered million times but i did search and couldn't find answer i need..
I have a big file which i need to use for a search function.
So i was looking around how to avoid 2000 data row limit and find the solution to use clearcollect function.
But then i came to a problem that i can't select ID in the actual Table.
Example attached.
Tried to use code :
ClearCollect(CollectNew,Filter(Table1,ID <= 2000))
But showing up that there is an error within ID
Original post where formula taken from :
https://powerusers.microsoft.com/t5/Building-Power-Apps/How-can-i-manage-to-filter-more-than-2000-records/td-p/264784
If somebody can tell me why i can't use ID please let me know.