I’m currently working on generating a Word document using a Word template and Power Automate.
In the Word template, I’m displaying a list of products that includes:
- Product Name
- Product ID
- Price
- Image
I’ve used a Repeating Content Control to loop through the products. Inside the repeater, I’ve added:
- Plain Text Content Controls for text fields (Name, ID, Price)
- A Picture Content Control for the product image
While the text fields are populating correctly, the image is not appearing in the generated document.
Has anyone faced this issue before or have suggestions on how to resolve it?