Search K
Appearance
Appearance
Creates a new folder within a specified SharePoint document library path using Microsoft Graph API. This node allows you to automate folder creation as part of your workflow process.
task
Create Sharepoint Folder
This task creates a new folder in a given SharePoint location. It uses a service account authenticated through Microsoft Graph to access and manipulate SharePoint resources. This is useful for organizing files into newly structured directories as part of automated flows.
Label | InputType | Description |
---|---|---|
Sharepoint Folder | text | The full path string pointing to the SharePoint location where the new folder will be created. |
New Folder Name | text | The name of the folder to be created inside the specified SharePoint folder. |
Sharepoint Folder
input should correspond to a structured path used by your environment, which can be parsed to extract the site, document library, and folder path.ThirdParty-Autodesk
service account input.Name | Description |
---|---|
NewSharepointFolder | A DriveItem object representing the newly created SharePoint folder. |
ℹ️ The output can be used in downstream tasks for file uploads or linking operations.
The task will return a success status when the folder is successfully created in SharePoint. In case of errors (e.g., invalid path, missing inputs, token issues), an appropriate failure message is returned.
You can use this node immediately after an approval process to pre-create a folder structure in a SharePoint library for storing new project files, contracts, or documents related to that workflow instance.