I have a sharepoint list with 1K+ Items. I am using it to populate a gallery. However I only want specific items from this list in the gallery. What is the best way to do this?
I am currently pulling the complete list in in a collection, (When creating the collection I use the show columns feature as I only want a handful of the columns from the list.) and then using that collection as the basis for the gallery and filtering at the [Items] level. But should I filter it at the collections level? or can I do that? Only put into the collection the items that I want?,
What is the most efficient way to do this?
TIA