Hi,
I have a DataTable which has its Items property = a collection:-

and i am setting the collection as follow:-

so let say there are more than 2,000 items which match the collection filter (SID=galItems.Selected.ID), will power app show all those items? by paging them by 100 item on each shot? or it will only show the first 2,000 items? if it will only show the first 2000 items then is there a way to force the collection to show all the items (which are > 2000)?
Thanks