Skip to main content

Hello,


So I have a parent process which has about 4 XML elements that I would like to pass to a Child Process.  I am able to select the various XML elements (from multiple XML fields) and I am creating an XML field to capture all 4 of the elements I am passing in from the parent.


My problem is now that I am creating the parent process how do I reference the XML elements since the XML field only goes as far down as the XMLDocument node.


13654i422C884D20938F67.jpg

I ended up saving my multiple XML parameters to individual data fields in the child process.  This seems to have resolved my issue.


Reply