Skip to main content

Hello,

I am using the Doc Gen step within my workflow to generate a document based on initial form data.

The issue I'm facing is related to data coming from a table in the initial form (multiple entries/rows). When I use the “TableRow Select” or “Repeat Select” tags in my Word template to display this data in a table, only the last row of data entered in the form is showing in the generated document. The previous rows are being overwritten.

For example, if I enter 2 lines of data in the form's table, the generated document only displays the second line.

This is the initial form:

I tried both ways:

Later, in the WF, the message I get in the Doc Gen step:

 

And the result is:

How can I ensure that the tags properly iterates over ALL rows of my input table data and dynamically creates a new table row for each entry in the generated document, instead of just showing the last one?

Any guidance would be greatly appreciated. Thanks!!

Be the first to reply!