Hi.
I have a Canvas App Page inside a Model-Driven App Solution. I have a function as follows:
ClearCollect(SitesDropdown, SortByColumns(ForAll(Sites, {SiteId:Site ,Position: Value(SiteCode), SiteCode: SiteCode, Description: SiteCode & " - " & Name}),"Position",SortOrder.Ascending));
This has 807 entries, but I am only seeing 800. My Settings has been updated to allow 2000. I have no idea what is causing this as when I view the Collection by clicking on it it has all 807 records. I messed about with screen size and this definitely has an impact on what is displayed.
Can anyone help?
Thanks.
John.