Label as a link in power apps

To make a label as a link, I have taken the example below. I have taken a textbox, whatever I enter in the textbox is stored in a label.

On select property of Label, I have added below formula

Launch(“https” & Label9.Text)

Where Labell9 is the label which when clicked will open the link based on the address present in the label.

Be the first to comment

Leave a Reply

Your email address will not be published.


*