I found a solution to this. The 'DataDescription' elements in the data
XML are the cause of the problem. Apparently Acrobat/Reader is not able
to handle the elements from form 'A' when loading that data into form
'B'.My solution was to modify my process to:1.) Create an xml variable
(call it 'xmlData')2.) Create an XDP "wrapper" by setting the value of
xmlData in a 'Set Value' operation. Since my top-level form element is
called 'TopLevelFormElement', my "wrapper" (the value for 'xmlData')
was: ...