Variation of IsInPageList() or IndexInPageList()
Hello,
Is there an OOTB function similar to IsInPageList(), but looking for a value in Property 1 and another value in Property 2 both in the same pagelist?
Or alternatively,is there a function similar to IndexInPageList() but instead of returning the index of only the first entry in the page list that the condition is satisfied, it returns an array of all the indexes where the condition is satisfied.