01-11-23 10:36 AM
01-11-23 11:01 AM
Hey @Sandy P! I'm going to move your thread over to RPA Product support, where you're much more likely to get some helpful answers 🙂
01-11-23 01:21 PM
Hi Sandy,
You can use "img" tag in your html code to embed the screenshots in the mail body. Refer the below.
<img src="Your Screenshot File Path">
02-11-23 10:06 PM
Hi Sandy,
If you haven't found the solution.
Try reading the image as binary and then using
"<img src='data:image/png;base64,"&[imgAsBinary]&"' alt='img' />"
Hope this Helps!
03-11-23 01:06 AM
Hi Sandy,
You can use cid or img tag, in this topic there are some examples:
Regards