SharePoint Activity - Create Folder

Hi @Weller_Ashley-Ivan,

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.

Additional Reference on how to get the ParentReference.Id : UiPath KB Article

Hope that helps !

Regards,
Nithin

2 Likes