How to create folder in sharepoint

HI All,
How can we create folder in sharepoint . What parameter we have to pass

I am referring below post but it gives me error
How to create folder in sharepoint? - Help / Activities - UiPath Community Forum
@THIRU_NANI @Palaniyappan
I want to create new “xyzFolder” folder. “/Shared Documents/One/” folder is alredy present.

Create Folder activity parameter:
sharepoint root url: “https://xyzcompanySite.com/sites/FIN/collaboration/xyzSharing
Library name: “test”
item url:“/Shared Documents/One/TestFolder/xyzfolder”

Hi!

Could you please mention the error?

I can only see that the folder is already present. So change the folder name or delete the existing file and try it again…

Regards,
NaNi

thanks for the reply.
Folder is not present.
i want to create new folder with name=“xyzFolder”.
1)sharepoint root url: “https://xyzcompanysite.com/sites/FIN/collaboration/xyzSharing”
Library name: “Document”
item url:“/Shared Documents/One/TestFolder/xyzFolder”

error :Access denied

  • Manually i tried and i am able to create “xyzFolder” under testFolder.

2)sharepoint root url: “https://xyzcompanysite.com/sites/FIN/collaboration/xyzSharing”
Library name: “Shared Document”
item url:“/Shared Documents/One/TestFolder/xyzFolder”

error :Create folder: List ‘Shared Documents’ does not exist at site with URL ‘https:https://xyzcompanysite.com/sites/FIN/collaboration/xyzSharing’.

does i inserting wrong value in the fileds

I am able to create folder with below parameter. Might be helpful to others
Correct Parameter:

sharepoint root url: “https://xyzcompanysite.com/sites/FIN/collaboration/xyzSharing”
Library name: “Document”
item url:“One/TestFolder/xyzFolder”

Actual library name is “Document” instead of “Shared Document”

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.