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 / Send an HTTP Request P...
Power Automate
Answered

Send an HTTP Request Post "update" Page Properties

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Currently my flow:

  1. Takes MS Form response
  2. Using Send an HTTP Request
    1. Copy a template with Page properties webpart
    2. Past into different folder with a new name
  3. Post Page Properties (this is where the error happens)
    1. I keep getting "The type SP.FileCollection does not support HTTP PATCH method.
      clientRequestId: 89e791e9-ecd6-4a65-a2f2-99859e97f9a6
      serviceRequestId: 7ae7b59f-70d6-b000-b1eb-cfc21c81d5ea"

I am able to get the site page based on the Uri but cannot figure out how to update the properties.

CropperCapture[79].jpg

Categories:
I have the same question (0)
  • Expiscornovus Profile Picture
    33,830 Most Valuable Professional on at

    Hi @Anonymous,

     

    Can you try and use the id of the page in the URI field instead of your filter to update the page title. Below is an example of that approach.

     

    updatetitle_basedonid.png

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    @Expiscornovus 

    Thank you for the quick reply. I tried getbytitle already and that is how i ended up with the filter solution since i was unable to find the file. I did 2 tries based on your image above. The first I used "Site Pages" (as you showed) and the second I did "SitePages" and I received the same error that the flow was not able to find the file. I have attached what the input, output and file information in hopes that you can help resolve this issue. 

    • Could the problem be that I have added a folder in Site Pages which is not standard?

    Capture.PNGError.PNGfile.PNG

  • Expiscornovus Profile Picture
    33,830 Most Valuable Professional on at

    Hi @Anonymous,

     

    That folder part is not needed since we are referring to the id. Can you try this URI instead? 

    _api/web/lists/getByTitle('Site Pages')/items(70)

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    It appears that we are on a different error. 

     

    CropperCapture[80].jpg

    CropperCapture[83].jpg

    CropperCapture[82].jpg

    CropperCapture[81].jpg

     

  • Verified answer
    Expiscornovus Profile Picture
    33,830 Most Valuable Professional on at

    Hi @Anonymous,

     

    You are getting this error because your Headers are different. You are using odata=verbose. In my example I was using the odata=nometadata value.

     

    Can you try and use these headers:

    {
     "Accept": "application/json;odata=nometadata",
     "Content-Type": "application/json;odata=nometadata",
     "X-HTTP-Method": "MERGE",
     "If-Match": "*"
    }

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 552

#2
Valantis Profile Picture

Valantis 388

#3
11manish Profile Picture

11manish 375

Last 30 days Overall leaderboard