Hello,
When using a replaceTableVariable, it replaces all the variables available in any other table with the same name in word document. Can I use replaceTableVariable for only single table? Or Is it possible to replace variables between two specific placeholders?
e.g.
$startReport$
First Name | Last Name
$firstname$ | $lastname$
$endReport$
And I need to replace these $firstname$ and $lastname$ variables (with single or multiple values) between $startReport$ and $endReport$ only. $firstname$ or $lastname$ should not be replace if they exist in any other section within same document.