Capture the screen and use outlook send html format email issue

You need to convert the image file to base64 format then put the base64 format string into your email body. This way you can simply delete the image afterwards without having to store it in any NAS or cloud storage…

Use my workflow to convert image to base64 string:
pass in your image path and it will output a string

Just put this string into your email html body and its good to goConvertImageToBase64.xaml (5.5 KB)

Your image will have to be png, if you want it to be jpg change the “png” here to “jpg”

1 Like