I have a sharepoint list with over 2000 items, I have a gallery with all the items in it with this in as the items:
SortByColumns(Search([@masterList], TextInput1.Text, "Point", "Equipment"), "Point", Ascending)
Not all the items show up in the gallery. Both sharepoint and galleries support delegation, so why does this happen?
If I use a collection of all the items of the gallery it works perfectly even though collection do not support delegation.
If someone could tell me why this is happening and also explain delegation, it would be much appreciated.
Thanks in advance