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
And this is the actual code that keep giving me some errors
Does anyone know how to do that?
Thank you
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:
For solution in Power Apps, You just need to
Patch('APP Requests',LookUp('APP Requests',ID=gblRequestForm.ID),{_GMUD:InputTextShui_gmud.Text});
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
-----------------------------------------------------------------------------------------------------------------------------
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
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1