Search K
Appearance
Appearance
Creates a new folder inside an existing SharePoint document library location.
Use this task to programmatically provision folder structures in SharePoint as part of a workflow. This is useful when workflows generate project-specific content that needs to be organised into a dedicated folder before files are uploaded. The task creates the folder at the specified path and returns the resulting folder object for use in subsequent steps.
| Field | Type | Required | Description |
|---|---|---|---|
| Sharepoint Folder | Text | Yes | The full URL of the parent SharePoint location where the new folder will be created, for example https://myco.sharepoint.com/sites/YourSiteName/Shared Documents/YourFolderName. |
| New Folder Name | Text | Yes | The name of the new folder to create inside the specified location. |
| Name | Description |
|---|---|
| NewSharepointFolder | The SharePoint drive item object representing the newly created folder, including its ID, name, and location details. |