I can get the email to send.
I want to send an image with the email.
However, when I add an image (the Add Picture Control shown on the right) and
send, the email presents the long blob storage string rather than the image.
What am I missing?
How do I update the formula so that the image appears in the email?
Also, is it possible to use the Gallery shown with an 'Add Picture' control within
in the send email scenario?
"<img src="& JSON(UploadedImage1.Image, JSONFormat.IncludeBinaryData) &
"></img></br></br>"& RTE_Body.HtmlText, {Importance:"Normal"});