web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Variable image in HTML...
Power Apps
Unanswered

Variable image in HTML Text

(0) ShareShare
ReportReport
Posted on by 353

Hi All,

 

If I have an image (Image1), how can I insert it into an "HTML Text" box?.

 

Francisco77_0-1706039860551.png

 

 

Thanks,

 

Francisco

Categories:
  • Ethan_009 Profile Picture
    4,840 Moderator on at

    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

  • timl Profile Picture
    37,287 Super User 2026 Season 2 on at

    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 & ">"

     

  • Francisco77 Profile Picture
    353 on at

    Hi @Ethan_R 

     

    No, it's in an image entry (Insert - Multimedia - Image), or it could be inside an add image box.

     

    Francisco77_0-1706104686532.png

     

     

    Thanks,

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard