Hi Community,
I have a flow that takes the upload of images from PowerApps and sends an Email with these images (not as attachments but as samples within the email).
The step before sending to email is through a "Compose", which indicates:
<img src=Image1 width="250" height="200" /></img>
<img src=Image2 width="250" height="200" /></img>
<img src=Image3 width="250" height="200" /></img>
<img src=Image4 width="250" height="200" /></img>
<img src=Image5 width="250" height="200" /></img>
<img src=Image6 width="250" height="200" /></img>
The problem is that it only shows me the first and second image in the email. Is there something I should correct in the compose so that the email shows me the 6 images?.
Thank you very much for your help.
Francisco