Move Folder
Description
This activity moves a specified folder from the source to the destination folder inside Google Drive.
note
This activity works only inside Google Context activity.
Properties
Location
- Source Folder Path - Specify the relative path of the source folder in Google Drive.
- Destination Folder Path - Specify the relative path of the destination folder in the Google Drive into which the Folder has to be moved. By default, the Folder will be moved under 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 moved Folder of type Google.Apis.Drive.v3.Data.File.
Example
Download Example