Caml query for repeating section

  • 18 April 2017
  • 1 reply
  • 2 views

Badge +2

I need to build CAML query which includes Items from Repeating section.


1 reply

Userlevel 5
Badge +14

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