I tried to import the data from my entity to a collection doing the folllowing:
ClearCollect(CurrentRelease;Filter('DLR Execution';DLR_ReleasesID.PrimaryId=Dropdown2.Selected.Value))
But I am still getting only 500 records.
How should I do to load more than 500 records from an entity to a colllection?
Thanks
MartÃn