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 / How to create hyperlin...
Power Apps
Unanswered

How to create hyperlink in power app sharepoint list

(0) ShareShare
ReportReport
Posted on by 5

Hi All,

 

I would like to create a hyperlink in the Power Apps SharePoint list based on whether the form is signed or unsigned. And it has to be clickable. The hyperlink has to be automatically reflected in the SharePoint list (if the form is signed, it must appear as signed; otherwise, it is unsigned).

60d9e08d-52d6-40e0-a3e2-fd0489ac5bf1.jpg

Could anyone please help me earliest?

Categories:
I have the same question (0)
  • Fardy_MADI_2 Profile Picture
    332 Super User 2024 Season 1 on at

    Hi @Anonymous_10

     

    You can create a gallery connected to your Sharepoint list, in wish you insert a button and change his propeties.

    In text property use the following formula :

    If(ThisItem.CheckColumn = true, "Signed", "Unsigned")

     

    And in OnSelect property use this formula :

    Launch(If(ThisItem.Value, "www.google.com", "www.bing.com"))

     

  • Anonymous_10 Profile Picture
    5 on at

    Hi @Fardy11,

    I appreciate your reply.

    Instead of using button is there any other formula to display the hyperlink as signed and unsigned.

    Anonymous_10_0-1708351406740.jpeg

    I want to display the hyperlink under the pledge field based on the power apps form.

    For example, If I signed the form, it must display as signed under the field else unsigned. These hyperlinks must be clickable.

  • Sickle-Cell Profile Picture
    600 Super User 2024 Season 1 on at

    Hi @Anonymous_10,

     

    You can do this by setting up your sharepoint column as a multiple lines of text type allowing rich text and then using this code in your patch function.

    In this example, replace ItemNameColumn with your sharepoint column with the name of your item, DropdownSigned with whatever is allowing you to choose signed or unsigned, ItemLinkColumn with the column to store the URL, LinkAddress.Text with whatever is storing your link destination and  the last DropdownSigned with whatever you want the name of the link to display. 

    {ItemNameColumn:DropdownSigned.Selected.Value,ItemLinkColumn:"<a href='" & LinkAddress.Text & "'>DropdownSigned.Selected.Value</a>"}

     

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,074

#2
Valantis Profile Picture

Valantis 639

#3
11manish Profile Picture

11manish 606

Last 30 days Overall leaderboard