Node has no parent (two loops in the same table row)
I followed your guide for adding a list of links in the template from here https://github.com/alonrbar/easy-template-x/issues/78
Here is the data:

Before the opening [ bracket there is links: [... its just not shown in the console.

and the template

With the #links part in the template its throwing node has no parent

Without it it renders just fine.
Here is the word template word_cv_template.docx
Bug confirmed and needs some investigation. Thank you for reporting this.
Seems like the issue happens when there are two loops in the same table row:
A temporary workaround may be to put each of these loops in an inner table with just a single cell.
I have a similar issue, but with conditions within a table :
for example :

this throws the "Node has no parent" error.
However, it is worth mensioning that I have no problem with nested loops :

The latter impacts me as well, and applies to list items as well as tables. Clearly this runs deep in the code — the code is not dealing with calling loops/conditions twice on the same node in the Word structure. But @melbarra88 ’s issue means no multiple choice options in rendering of tables or lists, and that choices have to be made JSON-side rather than template-side. That's a design choice consistent with the original design, but it is locking out a lot of logic from the template.
Is this related to the long-running nested loop issue from #50 ?
Fixed in v4.0.0