To display each sublist record on its own page within a single merged document, insert a standard Microsoft Word Page Break immediately before the TableEnd merge field, ensuring that the page break remains inside the TableStart/TableEnd repeating block.
Since Apsona treats everything between TableStart and TableEnd as a repeating block, the page break is repeated along with each sublist record during document generation. As a result, each generated sublist record starts on a new page within the same document.
This approach works only when the sublist is not formatted using a Microsoft Word table. If the sublist is created using Word table rows, this workaround cannot be used to produce one sublist record per page.
One limitation of this approach is that it produces an extra blank page at the end of the merged document. This occurs because the page break is inserted before the TableEnd field, causing the TableEnd tag to move to the next page after the final sublist record.
When you need one page per sublist record, place a Microsoft Word Page Break inside the TableStart/TableEnd repeating block, keeping in mind that the current implementation will also generate a trailing blank page.