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 / How do I check if a Do...
Power Automate
Answered

How do I check if a Document Set already exists in a SharePoint library?

(0) ShareShare
ReportReport
Posted on by 330

I am trying to check if a Document Set already exists within my document library. In my Flow, I have a "Send an HTTP request to SharePoint, that is configured as...

 

Site Address: Site address to where my Doc library is

Method: Get

Uri: _api/web/GetFolderByServerRelativePath(decodedUrl='/DocumentLibrary/User')/Exists

Headers: Accept | application/json;odata=verbose

               Content-Type | application/json;odata=verbose

 

 

I keep getting the error:

"Server relative urls mut start with SPWeb.ServerRelativeUrl\r\n

 

Am I using the wrong api call? How do I get to check if a Document Set already exists?

Categories:
I have the same question (0)
  • Verified answer
    Spawn10 Profile Picture
    330 on at

    Found my snag. The property I passed to the api had a leading slash, once I took that out my call worked.

    incorrect: Uri: _api/web/GetFolderByServerRelativePath(decodedUrl='/DocumentLibrary/User')/Exists

    correct: Uri: _api/web/GetFolderByServerRelativePath(decodedUrl='DocumentLibrary/User')/Exists

     

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 608

#2
Valantis Profile Picture

Valantis 416

#3
11manish Profile Picture

11manish 348

Last 30 days Overall leaderboard