
Announcements
Hello,
Is it possible to get all files (jpg/png) from a folder to use in populate a word document.
In my word template i use the imagecontrol and the control for repeated sections.
I have a sharepoint library where i stored images thats been linked by a folder with an objectid.
i want to store all images linked by the objectid in a word file to get a report.
Hi @Anonymous ,
As far as I know, only one image can be added to an image control of the word document. We generally use Get file content to get the file content and then add the file content to this field.
And when configuring the Populate a Microsoft Word template, we need to configure the value of each field in advance. And you need to traverse to get all the image content, I think this is a very difficult point.
Perhaps you can try this configuration to achieve your needs, but the premise is that you already know the number of images saved in the folder, and you have already added the same number of image controls in the word document.
Image reference:
Details in Apply to each:
Best Regards,