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 / Hide htmltext placehol...
Power Apps
Answered

Hide htmltext placeholder text on app load

(0) ShareShare
ReportReport
Posted on by 19

I'm loading data from a SharePoint list into a HTMLText field in my Power App. The default value of the htmltext field is set to the value from the list, which is working. 

 

Is there a way to hide the placeholder text when the app loads? I am hoping to avoid the user seeing "Show your HTML text here" (with HTML in bright blue) when it initially loads prior to the html value being pulled in via the list... it's only for a second but the blue font really pulls attention

 

bbpa_0-1614360212609.png

 

I tried making the control visibility = false when the htmltext is blank but it doesn't do the trick

 

Categories:
  • Vijay Tailor Profile Picture
    2,961 on at

    Hi @bbpa ,

    See the below screenshot. and remove the HTML text. then you can not see any Text inside Html Text Box.
    See with HtmlText

    VijayTailor_0-1614362912687.png

    After removed the Value from HtmlText Property.
    See below

    VijayTailor_1-1614362964789.png

    Thanks,

    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."-Vijay



  • bbpa Profile Picture
    19 on at

    @VijayTailor Thanks for the reply. I have my logic in the HtmlText to load in the data.

    bbpa_0-1614363244969.png

     

    I had also tried adding a blank space prior to the Lookup function but it didn't avoid the placeholder

    bbpa_1-1614363299844.png

     

  • Verified answer
    Vijay Tailor Profile Picture
    2,961 on at

    Hi @bbpa ,

    Follow the below approach, 
    Set(HtmlTextFromSP,LookUp Congition goes here)
    if(Len(HtmlTextFromSP)>1,Set visibility true else false).

    Thanks,

    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."-Vijay

  • bbpa Profile Picture
    19 on at

    Thanks... that did it

  • tate138 Profile Picture
    50 on at

    This worked for me in the HTML TEXT Visible property...

     

    If(HtmlText2.HtmlText="Show your <b><font color=blue>HTML</font></b> text here.", false, true)

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 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard