Skip to main content
Nintex Community Menu Bar

Caml query for repeating section

  • April 18, 2017
  • 1 reply
  • 8 views

Forum|alt.badge.img+2

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

1 reply

Forum|alt.badge.img+14
  • Scholar
  • April 18, 2017

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.