Solved

XML Query repeating section

  • 17 June 2022
  • 2 replies
  • 119 views

Badge +3

I am trying to use Query XML to extract the XML of a repeating section stored in a SharePoint List. Unlike OLD nintex forms, the XML does not have field tags. What I see if below.

I have tried every combination in the Workflow Query XML to get just one field with no luck. Any assistance would be appreciated!

 

<?xml version="1.0" encoding="utf-8"?><RepeaterData><Version>1.0</Version><Items><Item><_5b4a8efd4a82752c4e66265c1481950f type="System.DateTime">2022-06-14T14:00:00.000Z</_5b4a8efd4a82752c4e66265c1481950f><_081353338bd989a9e26f62f1f7af29bb type="System.Boolean">False</_081353338bd989a9e26f62f1f7af29bb><_87853d3468722266e7f610a26ef62f0c type="System.Int64">470</_87853d3468722266e7f610a26ef62f0c><_6e56c17b64a20f27db5d01aaa8096c81 type="System.String">6</_6e56c17b64a20f27db5d01aaa8096c81><_3155cee3322c84f7c937d06feb152c5a type="System.String">11</_3155cee3322c84f7c937d06feb152c5a><_3075d1cf1e9764eac38bdd67d2a4dd26 type="System.String">Testing onlye</_3075d1cf1e9764eac38bdd67d2a4dd26>

icon

Best answer by Garrett 17 June 2022, 09:24

View original

2 replies

Userlevel 6
Badge +16

Have a look at this
https://community.nintex.com/t5/Nintex-for-Office-365-Forum/Query-XML-An-exception-occurred-while-processing-parameter/td-p/219094

Look for the tags <RepeaterData><Items><Item><guid>
The Guid is the unique identifier of your repeating section controls. You need to know which control value that you want to extract.


I suggest you key in some specific keywords into the desired control, then view the XML to identify the exact guid which contains your keywords.


 


Without looking at the form and not knowing which field that you need to extract, it’s difficult to provide you with the XPath Query


 

Badge +3
Thank you so much....that worked perfectly

Reply