Avatar

Level 3

I tried having a second schema with only the row information and I did the following:

Location

Expression
/process_data/XMLAttachments/row/DocumentName"doc1.xml"
/process_data/XMLAttachments/row/Group"1"
/process_data/tempXFA/object/data/xdp/datasets/data/Assign/TableData/row/process_data/XMLAttachments/row
/process_data/XMLAttachments2/row/DocumentName"doc2.xml"
/process_data/XMLAttachments2/row/Group"2"
/process_data/tempXFA/object/data/xdp/datasets/data/Assign/TableData/row/process_data/XMLAttachments2/row
/process_data/@inDataDoc/process_data/tempXFA/object/data/xdp


Now I'm running into the problem that it is overwriting the row information each time, so only the second document is showing up.  I tried putting in the /*, but that seems to be a wildcard, so all the information from the second attachment was just going into the DocumentName of the first one.  I also tried having the rows numbered, so put it into row[1] and row[2], but that generates an error.  Is there a way to keep the row information that is currently there and add in the second row information?