0
votes
0answers
168 views

Join vs extended CAML

Seems to be a common problem. For the answer, I'm looking for the most efficient way to call a secondary list, based on values in a primary list. I have a list of Posts, and a list of Comments. Each ...