HI,
I need to create folder structure in doc library using flows.
List(foldermapping) contains items/folder structure like this in title colum
Folder/subfolder/subsubfolder/subsubsubfolder
Based on this structture i need to create folders in doc library
I am achieving this CREATE NEW FOLDER in flow but through REST API nedd to create using send an http request.
@SBK52 below is example of rest api to create folder using Send HTTP request to SharePoint
Uri: _api/Web/Folders/add('shared documents/flowfolder1/subfolder1')
here Shared Documents is url of library
flowfolder1 is parent folder - if parent folder does not exist then first create parent folder using the same rest api but URL as _api/Web/Folders/add('shared documents/flowfolder1')
subfolder1 is the new sub folder that will be created by this rest api
Hi @annajhaveri ,
I am using the same API, but it's not working. getting time out error.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
47 | |
17 | |
15 | |
11 | |
11 |
User | Count |
---|---|
57 | |
42 | |
23 | |
18 | |
17 |