Hi !
I'm trying to make a template with a table 1x1 and use the replaceTableVariable() .
Its working but i have one problem: In my case, this single cell must fill 2 pages, and my array will iterate and generates N * 2 pages, N=Number of data in my array.
But, it only repeats the first page of my template, N*1 page, the seconde page is not generated for any data of my arry.
Someone can help me ? Thank you !