Hi,
Anybody can help me how to trigger a page break in custom format, when i use the {% set counter = 0 %} and {% set counter = counter + 1 %} in my loop (for item in doc.items) and use the counter to make a condition if the counter reaches 40 records it should initiate a page break but the counter is still 1. Thanks in advance.