I am struggling with how to work with the XML generated by a repeating section. Here is the background info:
Nintex for Office 365
I have a form that a Hiring Manager uses to request permissions to SharePoint Sites for their new hires. The form has a repeating section on it. In the repeating section are three fields:
- two list look-up fields that cascade
- option field for selecting permission level.
The first list lookup is a dropdown of site collections and the second list lookup is a multi-select field showing the Site Names for the selected site collection. I got all cascading working just fine. I also have the repeating section XML saving to the list column just fine and am capturing the values of the lookup lists, not just their IDs.
When the Hiring Manager form is submitted, a workflow creates a new item in the IT on-boarding list populating simple fields like User name, department, supervisor, etc. from the Hiring Manager list. That all works. What I want to be able to do is get the XML from the Hiring Manger list and include it in the new IT list record as well. I want to have a repeating section on the IT form (formatted same as on Hiring Manager form) that reads the copied XML and displays the requested items. I am having a bear-of-a-time getting that to work.
Thanks
Dean Virag