Hi guys,
I am troubleshooting this a few days now and I cant get it to work. I already searched tons of other threads and articles on the net.
Constraints:
Only Word Online Business connector can be used.
Image amount may vary (up to 24).
My goal:
I want to fill a word-template with multiple images. To do so, I lookup sharepoint, get required images and put them in an array. I would like to use the array to fill the template with its index f.e. arrPics[0], arrPics[1] etc.
The error I get is a classic: "The image is not of type PNG or JPG. Please provide an image of type PNG or JPG." However, the images proved are all jpgs, I already tried different ones and even a different word-template.
Thanks in advance.
Here's my flow:


variables('arrPics')[0] - doesnt work even if only one image in array