Question
Nested loops inside the DOCX template with XML as data source
What's the best practice for this use case?
I have XML with the data similar to this:
In DOCX document i would like to achieve this:

So, how can I configure my template to loop inside the loop?
I believe it would be something like this:

But I'm missing this code for looping inside each employee tag.
