Create folder
The createFolder tool for Microsoft 365 SharePoint enables users to efficiently organize documents by creating new folders within specified document libraries. It supports dynamic folder naming and hierarchical folder structures to streamline document management.
Features
- Create new folders within specified SharePoint document libraries (Drives).
- Automatically appends numeric suffixes to folder names if duplicates exist, ensuring unique folder names.
- Supports creating folders under any specified parent folder or defaults to the document library root.
- Integrates seamlessly with Microsoft 365 SharePoint environment for consistent document organization.
- Provides an easy-to-use interface for managing folder hierarchies within SharePoint document libraries.
Benefits
- Enhances document organization and accessibility within SharePoint.
- Prevents folder naming conflicts by automatically handling duplicate names.
- Improves team collaboration by maintaining clear and structured document storage.
- Saves time by simplifying folder creation processes in large document libraries.
- Supports scalable document management for growing organizations using SharePoint.
Description
Use this tool for SharePoint document libraries or when you need to specify a drive.Create a new folder (represented as a DriveItem) within a specified Document Library (also referred to as a Drive) as a child of the specified parent folder.
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| folderNamerequired | string | Name of the folder to be created.If a folder with the same name already exists, a numeric suffix will be added to the new folder name(e.g., NewFolder (1)) |
| documentLibraryIdrequired | string | Id of the Document Library (also called as a Drive) of the folder you want to create |
| parentFolderId | string | The ID of the parent folder under which the new folder will be created.Defaults to the root of the document library if not specified. |