Create Folder

Creates a new folder in the parent directory

This activity creates a new folder in a user-specified parent directory using the Microsoft Graph Create folder API.

Input

  • Connection Id: GraphServiceClient Variable Required Specifies the office 365 connection id.

  • Name: String Argument Required Specifies the name of the folder that is to be created.

  • Parent Directory: Object Argument Specifies the DriveItem of the directory in which the folder is to be created. If left blank the folder will be created at the root of the drive. We can also specify the output variable of the Find Files And Folders activity (which is First or Results) directly as input in this property. If we are using the Results property of the Find Files And Folders activity then we can directly specify the element in the array. For example : Results[1].

Output

Last updated