Hello,
Soooo I am using a 3rd party connector(Generate Word Document)- for this connector you write out a Word document template in JSON and then it uses the datamap to input your content. It is working ALMOST perfectly except for that the connector does not yet have a way of adjusting size for images. So all of my images appear in the word document quite large. I have tried formatting in Word, as well as using the picture content control but none of those work.
Thought: I know I have previously re-sized an image for an email using html (ex: <img src="https://Test/image.png" width='108' height='76' />
Would there be a way to take that data output, get the binary data and convert it to Base64 JSON? My apologies if that is a silly question.