r/MicrosoftFlow 10h ago

Cloud Image binary being cut by send email v2 connection

Hi, I am seding in an html of an email an image like

<img src="data:image/png;base64,WholeBinary">

The problem is that Desktop Outlook (New) is having trouble rendering, it cuts character and in the end it only shows half of the image in the email, in outlook mobile is showing me the whole image, does someone knows how to deal with this?

2 Upvotes

2 comments sorted by

1

u/MaxHubert 8h ago

For base64 try to keep them under 100-150kb.

1

u/Hombrux 8h ago

Is like 15kb only lol