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 / In PowerApps how to re...
Power Apps
Unanswered

In PowerApps how to refresh a list as a word with link/address?

(0) ShareShare
ReportReport
Posted on by 7

In powerapps, how to refresh the url in the sharepoint list to display it as a word like "click here", and click the word to jump to the url instead of directly displaying it as a url?

Categories:
I have the same question (0)
  • timl Profile Picture
    36,785 Super User 2026 Season 1 on at

    Hi @NicoleChina

    You can accomplish this by using a label and calling the Launch function when the user clicks the label.
    Assuming that you're working with a field in a form, the first step is to click the 'Advanced' section and to click the unlock button.
    Next, insert a label and set the text to 'Click here'. Set the OnSelect property to:

    Launch(ThisItem.URL)

    SPLink.JPG

    You would need to replace URL with the name of your SharePoint field.
    Finally, set the color and hover colors to Color.Blue (or some other color) to give the label the appearance of a hyperlink.

  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @NicoleChina,

    Could you please share a bit more about your scenario?

    Do you want to display a url text (from a SP list) as a Hyperlink (as a word like "Click here") within PowerApps?

    I agree with @timl's thought almost, I think the Launch function could achieve your needs.

    I have made a test on my side, please take a try with the following workaround:

    I created a SP list on my side, the data structure as below:3.JPG

    Note: The URL column is a Single line of text type column, which is used to store the URL link.

    App's configuration as below:4.JPG

    Within the Display form (in Detail screen), unlock the URL Data card, set the Text property of the Label control (DataCardValue) within the URL Data card to following:

    "Click Here" /* In default, here would be set to Parent.Default */

    Set the OnSelect property of the Label control to following formula:

    Launch(ThisItem.URL) /* Or, you could also type Launch(Parent.Default) formula */

    Set the HoverColor property of the Label control to following:

    RGBA( 255, 20, 147, 1 )

    Set the DisplayMode property of the Label control to following formula:

    DisplayMode.Edit

    The GIF screenshot as below:Test1.gif

    More details about the Launch function in PowerApps, please check the following article:

    Launch function

     

    Best regards,

    Kris

  • NicoleChina Profile Picture
    7 on at
    Hi, @timl , @v-xida-msft , thank you for replies. I think my description is not correct.
    Here is an example:
    My sharepoint has a list named ListA, like this:
    ListA
    title color link
    FolderA red Read
    FolderB blue Read
    When you click the Read, you will go to the link http://www.mysharepoint/ListA/FolderA .
    The problem is when I click a button in PowerApps to create a new FolderC, and saved the url in the ListA.link as “http://www.mysharepoint/ListA/FolderC”. ListA will like this:
    title color link
    FolderA red Read
    FolderB blue Read
    FolderC green http://www.mysharepoint/ListA/FolderC

    I hope the “link” is still show “Read”, and when I click the “Read”, I will go to the url.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard