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 / Using the patch functi...
Power Apps
Answered

Using the patch function with hyperlink type on sharepoint

(0) ShareShare
ReportReport
Posted on by 4

Hi everyone!

 

I'm trying to patch a new link on a column in SharePoint that has the hyperlink type, but I don't know exactly how to do this.

 

This are the value I want to update 

Lhanoo_0-1714760386548.png

And this is the actual code that keep giving me some errors

Lhanoo_1-1714760436369.png

Does anyone know how to do that?

 

Thank you

 

Categories:
  • Verified answer
    ANB Profile Picture
    7,252 Super User 2026 Season 1 on at

    Hi @Lhanoo , Did you tried using directly text? I mean this:

     

    Patch(
     ListA,
     LookUp(
     ListA,
     ID = 1
     ),
     {LINK: "https://www.microsoft.com"}
    )

     

    Please check below post:

    https://garrytrinder.github.io/2018/12/limited-patching-of-sharepoint-hyperlink-fields-in-powerapps

    https://powerusers.microsoft.com/t5/Building-Power-Apps/Hyperlink-field-causing-quot-Network-error-when-using-Patch/td-p/2402425

    -----------------------------------------------------------------------------------------------------------------------------

    I hope this helps.

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs up.👍

    Thanks,
    ANB


  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    HI @Lhanoo,

    Power Apps patches the Url and Description with the same value. If you want to have different values for these you must use Microsoft Automate:

    Update a hyperlink or picture column in SharePoint using Microsoft Power Automate (Flow) – NateChamberlain.com

     

    For solution in Power Apps, You just need to 

    Patch('APP Requests',LookUp('APP Requests',ID=gblRequestForm.ID),{_GMUD:InputTextShui_gmud.Text});

    vqiaqimsft_0-1714965311298.png

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 396 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 323

#3
WarrenBelz Profile Picture

WarrenBelz 193 Most Valuable Professional

Last 30 days Overall leaderboard