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 / Render URL immediately...
Power Apps
Suggested Answer

Render URL immediately as a hyperlink

(2) ShareShare
ReportReport
Posted on by 144
I have a Editform in PowerApps. I need to render URL immediately as a hyperlink, once user pasted the URL in textinput field. May i know how to do that?
 
 
Once i enter the URL in Remarks field, I enable hyperlink as an icon and as a HTML control adjacent to it. When they click on icon/HTML control, it navigates appropriately.
 
 
Is there any way where i can render this clickable URL once pasted in TextInput field? Because currently end user needs to follow 2 step process i.e. paste the URL and then click on the URL adjacent to it. Any other better approach would be helpful. 
I have the same question (0)
  • Suggested answer
    11manish Profile Picture
    3,849 Super User 2026 Season 2 on at
    Rendering a pasted URL as a clickable hyperlink inside the same Text Input is not supported. The best alternative is to display a dynamically updated hyperlink (using a Label, HTML Text control, or Icon with Launch()) adjacent to the Text Input, which provides an immediate and intuitive experience for users.
     
    The recommended UX is:
     
     User pastes the URL into the Text Input.
    A clickable "Open Link" icon or hyperlink appears immediately beside it.
    clicking the icon or hyperlink uses:
     
    Launch(txtRemarks.Text)
     
     

     
  • Suggested answer
    WarrenBelz Profile Picture
    156,271 Most Valuable Professional on at
    Either a button/icon with (or whatever your text box is called)
    Launch(txtRemarks.Text)
    or a HTML Text control (which is what you seem to be wanting) with
    "<a href='" & txtRemarks.Text & "'>View Supporting Documents</a>"
    The other advantage of the HTML control is that you can put it inside a Form and it will work in View Mode (whereas a button/icon will not)
     
    Please Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like
    Visit my blog
    Practical Power Apps    LinkedIn  
  • WarrenBelz Profile Picture
    156,271 Most Valuable Professional on at
    A quick follow-up to see if you received the answer you were looking for. Happy to assist further if not.
     
    Please Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like ♥
    Visit my blog
    Practical Power Apps    LinkedIn   

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 410 Most Valuable Professional

#2
11manish Profile Picture

11manish 159 Super User 2026 Season 2

#3
sannavajjala87 Profile Picture

sannavajjala87 89 Super User 2026 Season 2

Last 30 days Overall leaderboard