Hi @llyehock
Does anything happen when you click on the Thumb on the Kudo button?
Hi @llyehock
1. FYI, that's not me that you are referring to...
2. Click the orange hand icon in any of my replies that was relevant and helpful to you.
3. For the XPath Query, read Part 1 of the article - Part 1: Work with repeating section data from Shar... - Nintex Community. That should give you some guidance.
4. If you are still stuck, perhaps you could share the full XML field and what you are using for the XPath Query?
I like to find out the easiest way to populate the risk matrix in MS word format from a repeating groups within Nintex form as shown below
Into this format
Hi,
strange that I get access denied error when i tried to read up on part 2?
Hi all,
when I tried to fill up the Query XML Action within my workflow I was not able to see the xml tree structure within the XPath builder, wonder where have I gone wrong?
The XML source = XML,
The XML, I have inserted the multi line of text as the source field
it does not show the tree structure instead it shows html
The XML appears in your SharePoint List.
On your Classic Form, your Repeating Section should connect to a multi-line text SP column.
On your SP List, show the SP column.
After you submit a new form, there should be data in the SP column
Hi
Look for the tags <RepeaterData><Items><Item><guid> (New Responsive form)
Look for the tags <RepeaterData><Items><Item><Name>
The Guid is the unique identifier of your repeating section controls. You need to know which control value that you want to extract. I believe your SP and Form will refer to NAME and not GUID
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
Refer to this https://community.nintex.com/t5/Nintex-for-Office-365-Forum/Query-XML-An-exception-occurred-while-pr...