I want to make a "CLICK HERE" text label but I'm having the hardest time figuring this out. Please help and thank you!
@Phonic_Shihawu2 topics with a checkmark have already been solved
Add a "Label" control to your PowerApps screen.
Set the "Text" property of the label to the text you want to use as the hyperlink (e.g. "Click here to visit our website").
Select the label and go to the "Action" tab in the right-hand pane.
In the "OnSelect" property, add the following formula: Launch("https://www.example.com")
Replace "https://www.example.com" with the URL you want to link to.
Save and run your app. When the user clicks on the label, it will open the specified URL in the default web browser.
Thank you!
Should be
Go the Settings menu > Upcoming Features and then toggle on the feature named Try out the modern controls.
Looking through the experimental items. What is the name of this one. Sorry if I'm missing the obvious.
@kgiles123 they arw experimental, have to turn them.on in the settings
Neat but I don't have modern controls for some reason.
Yes if you are goign to use this app mostly in browser, where the mouse will be used, a button as @charlessexton suggested would provided added fucntionality of changing your cursor when mousedover. if you want this, but also dont want a buttons appearance, just set the buttons fill to transparent, and you get best of both
So that you get the pointer cursor, I would highly recommend using a button for this. You can make the fill transparent and give it an underline if you want it to look like a normal link.
Then in the button's OnSelect you would put the following:
Launch("https://google.com")
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,004
Most Valuable Professional