Hallo,
the version I currently use is 3.7. If I use a table variables in a DOCX template file like
==========================================
Name | Test1 | Test2 | Test3 |
==========================================
$V1_Name$ | $V1_1$ | $V1_1$ | $V1_2$ |
==========================================
It works fine. But adding the same table twice to the template file like
==========================================
Name | Test1 | Test2 | Test3 |
==========================================
$V1_Name$ | $V1_1$ | $V1_1$ | $V1_2$ |
==========================================
asdjlfkjasdlkfjasdjflkasdjflk
==========================================
Name | Test1 | Test2 | Test3 |
==========================================
$V1_Name$ | $V1_1$ | $V1_1$ | $V1_2$ |
==========================================
causes problems. In the result DOCX document the first table is filled nearly correct: all data will be added correct but an additional row will be added containing only the first column with not replaced variable $V1_Name$. For the second table no row will be filled correct: the first column in each row contains $V1_Name$, other colums are empty.
Thanks a lot for hins and possible solutions.
Best regards,
Vitali