Announcements
Hi all
I'm trying to pass B64 image data to a html for an email, but the variable is getting set with quote marks:
the result is ...
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA
How can i remove those quotes?
Hi @P_jones
This should remove the double quotes for you.
Set(B64image, Substitute(JSON(UploadedImage1.Image , IncludeBinaryData) """","" ) )
awesome thanks that worked, was just missing a comma
Set(B64image, Substitute(JSON(UploadedImage1.Image , IncludeBinaryData), """","" ) )
oddly the html still doesn't display the image though, which is odd!
I'm glad that works. Strange the HTML doesn't display the image. I assume the image displays OK through the image control?
I’ve sorted it now - it was a bug in the html code. Image is far too big but I’ll sort that.
this is basically a bolt on to the shoutout app so the image displays right there in the email body instead of an attachment
thanks for helping!!
You're welcome, glad to help!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 493 Most Valuable Professional
11manish 479
Haque 328