Announcements
Hi All,
If I have an image (Image1), how can I insert it into an "HTML Text" box?.
Thanks,
Francisco
Hi @Francisco77 ,
Is your Image in form of URL? since src accepts URL
Do check out following links
[Community Link]
[Ideas Link - check his answer]
Hope this helps
Hi @Francisco77
In addition to what @Ethan_R says, you can also specify a base64 encoded Src value for an image tag.
It looks like you're trying to display the image that's shown in an image control in your HTML text control. This isn't directly supported. To work around this, you can first save the image in a variable like so:
Set(varImage, JSON(Image1.Image, JSONFormat.IncludeBinaryData) )
You can then display this in your HTML text control like so:
"<img src=" & varImage & ">"
Hi @Ethan_R
No, it's in an image entry (Insert - Multimedia - Image), or it could be inside an add image box.
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 community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 382 Super User 2026 Season 2
Mohsin Ali 329
WarrenBelz 187 Most Valuable Professional