I have 2 dynamic lists with the same number of columns but different number of rows.
Accessing the first table is easy as I address the table with [a.field] and it shows all the necessary data properly and also it iterates correctly the number of rows.
I have troubles however accessing the 2'nd one as it does not show any data using [b.field] or other combinations.
Does anyone have any idea how to use multiple lists in the same docx and how to address it?