Move Item
Moves a file or a folder from one directory to other.
Last updated
Moves a file or a folder from one directory to other.
Last updated
This activity moves a user-specified file or folder to a new parent folder using the Microsoft Graph API. It also facilitates file renaming for the newly moved file.
Connection Id: Required
Specifies the office 365 connection id.
Drive Item: Required
Specifies the file or folder that is to be moved as a DriveItem. We can also specify the output variable of activity (which is First or Results) directly as input in this property. If we are using the Results property of Find Files And Folders activity then we can directly specify the element in the array.
For example : Results[1].
Destination: Specifies the directory to which a specific item is to be moved as a DriveItem. If the property field is left empty, the file/folder will be copied to the project directory by default. We can also specify the output variable of the 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].
New Item Name: Specifies the name of the item(file or folder) after it's copied. In the case of the file that is being copied include the file extension along with the name in this property. For eg: NewSample.xlsx.
Moved DriveItem : Required
Specifies the new file or folder and its location as a Object.