Hi @phildrake198
I did tried this and it is working as expected.
Could you please try the following:
1. Change the array structure as following:
Product Part Number 1 to ProductPartNumber
Description 1 to Description
Quantity1 to Quantity
Rebate1 to Rebate
2. Make sure Populate word template is outside the apply each loop
3. Open the word template.
4. Remove the current table.
5. Save the template.
6. Add a new table x 4 rows
7. Add the heading
8. Press tab (this should create new row)
9. Highlight the whole row and add repeater control
10. Select properties of the repeater control and add the name as ProductDetails and set the tag as same name.
11. Next place your cursor in first cell of the second row, add a text box, select properties and set name and tag as ProductPartNumber.
12. Move the cursor to next column. Repeat the same as step 11 for Description, Quantity and Rebate.
13. Next back to flow again and remove the current word template step.
14. Add word template again and click the T sign, this will join all the columns into one. Here place your array variable.
15. Save and run the flow.
Let me know how it goes.