I am designing a FlexiCapture template to extract Invoice number(header) and Line Item details.
I had to use Repeating Groups for the Line Item Details, as the Columns are very complicated.
When I extract the data, I need the Invoice Number to be Repeated for Each Line Item.
i.e
InvNum || Item 1 || Qty || Price
InvNum || Item 2 || Qty || Price
InvNum || Item 3 || Qty || Price
The invoice number in this case is from the header of the invoice.
So far I have created a nested Repeating Group for the Invoice Number and then the Invoice Line Items.
I am not sure how to combine them on the Blocks to be ONE Table