Skip to content

Create SharePoint Folder ​

Creates a new folder inside an existing SharePoint document library location.

Purpose ​

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.

Inputs ​

FieldTypeRequiredDescription
Sharepoint FolderTextYesThe 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 NameTextYesThe name of the new folder to create inside the specified location.

Outputs ​

NameDescription
NewSharepointFolderThe SharePoint drive item object representing the newly created folder, including its ID, name, and location details.

Tentech