Hi Everyone,
I want to create a folder inside the root folder of a document library.
SharePoint Site:- https://abc.sharepoint.com/sites/ABCSiteName
Document Library: AP-Invoices
I am using the Find Files And Folders activity and passing the properties as shown below.
I have tried it, but the bot doesn’t create any folder. If I pass the “UiPath” folder in the input query of find files activity it creates the folder inside the “UiPath” folder. Can anyone let me know how do we create the folder at the root level of the document library? I am using the MicrosoftOffice365 integration package.
If you have a folder already in the document library, find it with Find Files and Folders, then use Get File/Folder passing in the existing folder’s ParentReference.Id as input to get the root folder as a DriveItem, then use that in Create Folder to create the new folder you want under the root.