I'm trying to add an image to a word templage using this connector.
I've labled my content control appropriately in word and can see it from flow. However, when i use link to item, Identifier, or file name with extension, i get an error:
Here is the the info MS provides, but I can't seem to get this to work. Anyone else have luck with this and can provide a step by step?
Guide for using Images in the Word Online connector.
- Add an Image content controller in your template. Don’t delete the placeholder image. You can re-size and re-position it.
- Add a title property to the image content controller so that you can easily identify it in the Flow designer.
- When the image field shows up in the designer, add file contents of a JPG or PNG image as the value. The value should look like this: { "$content-type": "image/png", "$content": "iVBORw0KG...i/DhQmCC" } where the content is the base64 encoded image.