I broke my Collection Filter, again.
I have a SP CertificationsandQualificationsList that is more the 5,000 items.
I had to change the list contents so I created a new list in SP, now my Collection is not returning all items; it once was.
I have the following in the Items property of my Gallery -
SortByColumns(Filter(CertificationsandQualificationsCollection, FullNm=ECMemberSearchDD.Selected.FullNm),"DteofCQ",Descending)
I have a these Collections running at App start:
ClearCollect(ParkListCollection,ParkList),ClearCollect(MemberCollection,MemberList),
ClearCollect(CertificationsandQualificationsCollection,CertificationsandQualifications)

Report
All responses (
Answers (