Here is the use case :
By following some tutorials and videos, I manage to create a Word template containing a one-row & two-columns table.
1st cell contains a text content control, 2nd cell contains an image content control.
I've set on the template a repetitive content control, in order the table to dynamically add rows as needed when the Power Automate flow is triggered.
That works fine with text content control, as the different values are processed in a loop on the flow, and added to the text content control through the Populate a Microsoft Word template in the flow.
In the flow loop, I've added HTTP action which makes a GET request to a public API that generates QR code.
The output is like below :
"$content-type": "image/png",
"$content": "iVBORw0KGgoAAAANSUhEUgAAAEEAAABBAQMAAAC0OVsGAAAABlBMVEX///8AAABVwtN+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA2klEQVQokX3SsQqDMBAG4CuB3lLomi2voFun5lUCeYE+QCGCq9BX0sVs9RWEDq5KFwXxmtJWYhv7T99wHD/cAcwxVOQnTeRLga3oBhiW7ouJpcIuZa/mj/I400spKKP9e/OvDJVu7tXqI5dNWr9r/8j01NHYHBZCzOEMKwIcqkuNcik57RNYEcPhym7c+lIEcaueDYISfWTSRvrSKLtWP0sHxYciM2R9AWyB1RzDciNVorn0pSA/7hTHsNxlJkY9fakbhZBrKiOTNNaX+4jiPtYYluvSZUJQWHMeFSbsieiTYCYAAAAASUVORK5CYII="
}
By doing this, I see in my "Fill out a Microsoft Word template" the corresponding fields but this is not viable because it implies that I have to create as many content controls as necessary in the template. However, I want the image content controls to be added automatically depending on the number of images created.
This is where I'm at, I'll take any suggestions :)

Report
All responses (
Answers (