I am currently trying to create invoices using the Microsoft Word Template.
The input i have is a json data file which has an array that includes multiple line items.
When I tried to populate these line items in the Word Template TABLE, It wont work unfortunately.
Yeah i have found a solution, you just need to add a literator for each table item and then followed by an array aggregator to combine them into one array( see screenshot below)
You just need to make sure the array variable name matches with the table variable name