Skip to main content

Create Folder

Description

This activity creates a new folder inside a Microsoft 365 SharePoint/OneDrive Library.

note

This activity works only inside Microsoft 365 Context activity.

Properties

Location

  • Site Url – Specify the absolute site URL containing the library.
  • Library Name – Name of the library inside which you want to create the folder. If left empty default library (Shared Documents) in the site is chosen.
  • Parent Folder Path – Relative path to the parent folder inside which you want to create the new folder.
  • Folder Name – Name of the folder to create.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – Logs the variable and argument values at Verbose level when unchecked.

Optional

  • Continue On Error – It Specifies whether the automation should continue even though this activity fails. This field only supports Boolean values (True, False). The default value is False.
    note

    If this Activity is present inside Try Catch and the value of this property is True, it will ignore errors during the automation execution.

Output

  • Folder Id – Returns the folder Id of the newly created folder.

Example

Download Example

Create Folder