I need to build CAML query which includes Items from Repeating section.
Page 1 / 1
CAML is not XML parser.
with CAML you can query for list item(s) and their fields. one of such fields can be multiline text fields with repeating section data (XML).
to get 'Repeating section items' you need to parse XML returned within text field, what is typical done with XPath.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.