Posted 12 December 2024, 7:33 pm EST - Updated 12 December 2024, 8:59 pm EST
I have a dataset called “invoices”
I also have a dataset called "InvoiceDetails’
The plan is to render pages based on the invoice dataset and then show the details based on the InvoiceDetails dataset.
I’m having a problem to render pages per invoice entry
Right now everything is working, but it just only rendering the first invoice
However, I have multiple invoices
Here is how I set up the FixedLayout dataset and grouping
It only shows one single invoice, the first invoice 0000323, I can’t display the other invoices at all