I am using PowerApps and Powser Automate to populate a Word template with repeating information from a PowerApps collection, including photos. I have been able to successfully populate a repeating section (which includes a table, with text controls). I was also able to include an image in a table cell (which is part of the repeating section, bounded by paragraph symbols) by using the Insert, Field, IncludePicture field. However, this field points to a single image in a OneDrive folder, so the image is repeated with each repeat.
I want to make the filename portion of the path dynamic. I have attempted to combine the path from the IncludePicture field with another text control containing the filename, but cannot seem to concatenate two text controls to produce the final full filename path. Does anyone have experience combining or concatenating text controls?
The other option is somehow doing the concatenation on the Power Automate end, but this may be more difficult.
Happy to share what I have done so far if anyone is interested. Since the Word template does not allow picture controls inside a repeating section, the IncludePicture field was a good workaround, but it is not dynamic.