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 Automate / HTTP Graph Patch hyper...
Power Automate
Unanswered

HTTP Graph Patch hyperlink to SharePoint List

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I have an issue when i like to patch a listitem through an HTTP call to Graph.

 

It works fine when i update an single line of text field, but when I like to update an hyperlink field i get the following errors

  • {
      "error": {
        "code""invalidRequest",
        "message""The request is malformed or incorrect.",
        "innerError": {
          "request-id""3b0331ea-8c7e-468b-91f0-d6c5b6e8a80b",
          "date""2017-10-12T09:34:57"
        }
      }
    }
     

This error i receive when i try to update with the following body:

  • {
      "AL_SpecificationDocLink": {
        "Description""Google",
        "Url""http://google.com"   
        }  
    }

 

Thanks!

Categories:
I have the same question (0)
  • v-micsh-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

     

    I think it is the URL schema not match.

    Take a try with the following one:

    'Timesheet_x0020_Page': 
     {
     '__metadata': { 'type': 'SP.FieldUrlValue' },
     'Description': 'Google',
     'Url': 'http://google.com'
     },

    Reference:

    SP.FieldUrlValue object

     

    Regards,

    Michael

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 Automate

#1
Haque Profile Picture

Haque 594

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 281 Super User 2026 Season 1

Last 30 days Overall leaderboard