Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

HTTP Request Document Libary

(1) ShareShare
ReportReport
Posted on by 1,962 Super User 2025 Season 1

Team,

 

Trying to use the HTTP request to setup a load of document library's:  The HTTP is only thing not working in the flow as below

 

Andrew_J_0-1668980515355.png

 

I get the following:

 

Andrew_J_1-1668980639941.png

 

And the below:

{
    "statusCode"400,
    "headers": {
        "Pragma""no-cache",
        "Cache-Control""no-store, no-cache",
        "Set-Cookie""ARRAffinity=3918252a89b1afdb8c3dc464535f8a9dbabe6782d2c64ae7d28576826f1f4c2f;Path=/;HttpOnly;Secure;Domain=sharepointonline-we.azconn-we-003.p.azurewebsites.net,ARRAffinitySameSite=3918252a89b1afdb8c3dc464535f8a9dbabe6782d2c64ae7d28576826f1f4c2f;Path=/;HttpOnly;SameSite=None;Secure;Domain=sharepointonline-we.azconn-we-003.p.azurewebsites.net",
        "x-ms-request-id""a1927aa0-802b-5000-95cb-31ab15d26509",
        "Strict-Transport-Security""max-age=31536000; includeSubDomains",
        "X-Content-Type-Options""nosniff",
        "X-Frame-Options""DENY",
        "Timing-Allow-Origin""*",
        "x-ms-apihub-cached-response""true",
        "x-ms-apihub-obo""false",
        "Date""Sun, 20 Nov 2022 21:41:28 GMT",
        "Content-Length""476",
        "Content-Type""application/json",
        "Expires""-1"
    },
    "body": {
        "status"400,
        "message""{\"odata.error\":{\"code\":\"-1, Microsoft.SharePoint.Client.InvalidClientQueryException\",\"message\":{\"lang\":\"en-US\",\"value\":\"Invalid JSON. The property name '' is not valid. The name of a property cannot be empty.\"}}}\r\nclientRequestId: 18feb3cb-c946-456b-aa2f-a065e13ff9df\r\nserviceRequestId: a1927aa0-802b-5000-95cb-31ab15d26509",
        "errors": []
    }
}
 
What is the issue, as I have followed working examples to the tee I believe. If I can get this working I can then create over 200 library's and move some other content from another site.
 
Regards
 
Andrew

 

 

  • SudeepGhatakNZ Profile Picture
    14,381 Most Valuable Professional on at
    Re: HTTP Request Document Libary

    The uri is incorrect! It should be _api/web/lists

     

     

  • abm abm Profile Picture
    32,506 Most Valuable Professional on at
    Re: HTTP Request Document Libary

    Hi @Andrew_J 

     

    In your Body Title you have

     

    "Title": "'FP_0006'"

     

    Try the below

     

    "Title": "FP_0006"

     

    Thanks

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1