Hello,
I have a Sharepoint List that has grown over 5k in the sharepoint but I want to display only items within the ID range of 0 to 500, 501 to 1000 and so forth in each gallery to form pagination.
Any formular to display IDs within the number range to display in the gallery?
I applied this code below and it's showing me only 500 items, which is cool but I need to display ranges.
Sort(Filter('SP List',ID < 500 ), SortOrder.Descending)