Avatar

Level 3

Yep, I am doing that Paul.  In my DataConnection I have:

TableData

     row

          Group

          DocumentName

These are bound to a dynamic table.  I have tested it with sample XML and it does populate the table with the correct amount of rows based on the number of 'row's I have in XML.

My problem happens when I'm trying to tie in the PDF to a workflow process.  The xfaForm variable (which uses the schema from the pdf) in the process does not seem to allow for multiple rows.  It seems to only allow for a 1 - 1 relationship.  I have attached a picture of what the XPath Builder looks like when adding a value to TableData.  Instead of being able to put in multiple rows the value would just get overwritten with whatever is last input (and even the last value is not showing up in the generated XML when the process executes).

Maybe this is more of a process management or workbench question?