Move File/Folder
You can select this activity to move a file or folder from one parent directory to another with the option to change the name.
This table lists the properties for the activity.
Property Type | Property Name | Data type | Description |
---|---|---|---|
Common | Continue on error | Boolean | The option to continue the RPA flow even if the activity fails. This check box is selected by default. |
Input | File or Folder to Move | <OneDriveItem> | The file or folder to move as a OneDriveItem. |
Destination Folder | <OneDriveItem> | The directory to which the item must be moved. If left empty, the root folder is considered. | |
New Name | <String> | The new name for the file or folder after being moved. | |
Misc | DisplayName | String | The name to be displayed for the activity. |
Output | Destination Path | <OneDriveItem> | The name used for referring to the moved file or folder in other activities. |
Response Code | Int32 | Response code for the activity. Possible values:
|