Create a Folder in Another Folder
Overview
This procedure creates a new folder at the given SharePoint document library item.
Input Concepts
| Concept | Description | Type | Required | Default Value |
| ------- | --- | --- | --- | ---- | ---------| ----------------------------- | -------- | ------------- |
| [another folder
] | The folder under which the new folder will be created. | sharepoint folder reference
| Yes |
| folder name
| The name of the folder to be created. | text
| Yes |
| conflict behavior
| The behavior when a conflict occurs. Possible values are 'fail', 'replace', 'rename'. | text
| No | rename |
Output Concepts
folder
A sharepoint document library item representing the created folder.
sharepoint folder reference
Examples
Create a folder named "My New Folder" under the folder "My Folder"
Last updated
Was this helpful?