Dear sir,
I need to put some image in a word document...
In my flow I have a "Compose" action with this expression
concat('data:image/', last(split(outputs('Ottieni_metadati_file_CLP1')?['body/Name'], '.')), ';base64,', base64(body('Ottieni_contenuto_file_CLP1')))
than I set a string variable with this value and after is inserted into the "populate word document" action.
But I have this error message:
Action 'Populate_a_Microsoft_Word_1_Template' failed: The image is not of type PNG or JPG. Please provide an image of type PNG or JPG
but my file is a jpg file (I have another compose where I see it).
Can some body help me ?
Thanks in advance