Create Folder
Description
This activity creates a new folder inside Google Drive.
note
This activity works only inside Google Context activity.
Properties
Location
- Folder Name - Specify the new Folder's name to create.
- Parent Folder Path - Specify the relative path to the parent folder inside which the Folder has to be created. By default, the Folder will be created inside My Drive.
Misc
- DisplayName – Add a display name to your activity.
- Private – Logs the variable and argument values at the 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
Suppose this activity is inside Try Catch, and the value of this property is True. In that case, it will ignore errors during the automation execution.
Output
- Folder - Returns the metadata of the created Folder of type Google.Apis.Drive.v3.Data.File.
Example
Download Example