Announcements
Hello Community Experts,
I have a label in power apps in which data is coming from a text field of sharepoint.
I want to make that label itself as link, like whatever is fetched in that label should be in the form of a link
Kindly guide
Best Regards,
Sumaira
Hi @Sumaira ,
Use HTML text control instead of a Label in your form to achieve this. The label control can't render the HTML tags.
I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.Regards,KrishnaIf this post helps you give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more.
@KrishnaVThanks a lot for the response
Can you please share the syntax for html?
Hi @Sumaira
To do this, please insert the following into your label's OnSelect property:
Launch(Self.Text)
as long as the label content is a properly formatted URL, this will launch a new window with that link,
Kind Regards,
Sancho
The syntax is as below:
Launch(Self.HtmlText)
Another way is to use HTML script to create a link in HTML Text control, like this.
"<a href=" & "https://www.google.com/"&"> "& "https://www.google.com/" &"</a>"
replace the "https://www.google.com/" to text field of sharepoint
Hope this helps.
Sik
Hi @Sumaira,I just want to follow up with you on this issue to see is it resolved or still you see any challenges.If you see any challenge/need further help let me know I am always happy to help.Regards,KrishnaIf this post helps give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more
@KrishnaV @v-siky-msft @iAm_ManCat Thanks a lot for the 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.
Haque 94
WarrenBelz 82 Most Valuable Professional
Kalathiya 38 Super User 2026 Season 1