Unable to display inline images in Gmail

Hi i am encountering issues with displaying inline images on Gmail when trying to send it with Send outlook mail activity.

Image is displaying in Outlook, but not in Gmail. Have tried sending it manually, and the inline image does displays (on Gmail). Please find attached code for reference… Thanks anyways.

sample.xaml (8.9 KB)

You should convert the image first to base64 format string, and then use that string in your email body, instead of just adding sampleStaff.jpg to your email body

see my reply here

Hi @wylee,

Welcome to UiPath Community!

Try below article it might help you:

Regards,
Neelima.

It’s showing as like this… please find attached image.

Ive edited your sequence. Please try my attached xaml

This should be the result (assuming you have a file called sampleStaff.jpg
sample.xaml (10.5 KB)
image

hmm i got this instead… the image tag in console seems empty…