web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

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

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
    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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 503 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 321 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard