
Hello, I have a sharepoint list that for each row has attachments of images (.jpg).
I created an array variable called "varData" where I would put the all images of the row and then convert them to dataUri, which looks like this:
the formula there is the following: dataUri(outputs('Get_attachment_content')?['body']).
Then, I used a join function inside of a compose action where i display the images of the row with other elements of my form.
Lastly, I save this to my one drive, and put the whole html file into the body of the email.
It all seems good, but the image does not show in the email, like this:
How can I achieve this? I tried to put directly the html file as an attachment in the email, and the image can be seen, but when I put content of html into the body of the email, it does not seem to show.
Thank you!