Hello,
I am trying to create a form that allows a user to raise and issue an action. I am using a repeating section to try and achieve this. The Verification (1st part) is a repeating section. I have a second repeating section embedded in this and hidden until a user selects the action button.
Things seem to work ok until I try to parse the XML in Nintex Workflow, then I run into issues..
I have followed the article posted by Vadim Tabakman here
http://vadimtabakman.com/nintex-workflow-parsing-nintex-forms-repeating-section-in-office-365.aspx
But this only covers a repeating section and not an embedded one.
I'm having issues with the XML itself and the WF keeps setting to suspended with the following error.
"XML content is invalid. Unexpected XML declaration. the XML declaration must be the first node in the document, and no white space characters are allowed to appear before it. Line 1, position 342"
I have set the flow to email me the txt variable so I can see any problems but this does not seem to help.
<?xml version="1.0" encoding="utf-8"?><RepeaterData><Version /><Items><Item><ActivityValue type="System.String">Subject A</ActivityValue><FindingResultValue type="System.String">Assign Action</FindingResultValue><FindingValue type="System.String">DSFSDFDSFS</FindingValue><_x0036_625058e-8ac8-4826-8cb3-191ad354e955 type="System.String">&&<RepeaterData&>&&<Items&>&<Item&>&</ActionFindingCode&>&DFSDFDSFDFSD&</Request&>&&</Assignedto&>&SFDFDFSDFSD&</ActionedComments&>&&</Link&>&Action Complete&</ActionStatus&>&</Item&>&</Items&>&</RepeaterData&></_x0036_625058e-8ac8-4826-8cb3-191ad354e955></Item></Items></RepeaterData>
I have now rebuit the flow several times but it seems to be a constant issye with the Embedded Section.
Im pretty noobish when it comes to workflow and this is driving me nuts. Can anyone help or point me in the direction of some good articles.
Home someone can point me out some help.
Thanks
Dave Stuart