I'm trying to create an invoice where each generated PDF begins with a front page that includes summary information—such as the total, supplier name, and other key details—followed by a detailed table that may span multiple pages.
The PDFs should be dynamically split by 'document type', field meaning the number of PDFs generated can vary based on the data (from one to twenty or more).
I’ve successfully prepared the data for the table and used the Report Text tool to generate the front page. However, I’m struggling to ensure the front page appears only once at the beginning of each PDF, before the table starts.
Is this achievable using Alteryx's built-in reporting tools, or would I need to use a Python or third-party PDF plugin?