Nintex WF XML From Repeating Table: How to create a new list item for each node in xml

  • 21 January 2021
  • 1 reply
  • 38 views

Hi guys, I am needing some help. The attached image shows my NWF. 

1. Query XML from repeating table

2. incrementing through each element in a for each loop

3. storing the results in collection variables for each value

4. writing it back to SharePoint in a multiline simple text field

 

That all works, but it is ugly and hard to read. 

Question:

Here's what I need to do keeping my workflow intact. Instead of putting it all in a single multiline text field. Since I have all the values in collection vars.

How can I in my for each loop write each element to a new row in my SharePoint list.

 

Many thanks in advance.

9917i5D3D90FC9CB6C7BA.png

 


1 reply

Userlevel 5
Badge +14

Are you trying to take a series of inputs from a Repeating Section, and then, using those values, create new List Items in a different list in SharePoint???

If so, then this should get you very close to what it is you're looking for: http://workflowexcellence.com/nintex-workflow-order-and-order-items-relationship/ 

Reply