I'm trying to create a flow that using something like the data below. Basically a user enters a PO# on PowerApp and it launches this flow. What I can't figure out is how to get it to populate one field for purchase date on my word template. I use a variable for the date, it returns the date multiple times. If I just use the dynamic value for "Date Purchased", it corrupts the document.
Here's an example of how my data is structured in a SharePoint list:
| PO# | Serial # | Model | Description | Price | Date Purchased |
| 147852 | 12345 | Dell Latitude | Dell Latitude 5430 | 1000 | 03/27/2023 |
| 147852 | 54321 | Dell Latitude | Dell Latitude 5430 | 1000 | 03/27/2023 |
| 147852 | 67890 | Dell Latitude | Dell Latitude 5430 | 1000 | 03/27/2023 |


The Array variable fills out a repeating table in my Word template, but on the template there's only a single place for the "Date Purchased"
