Copy Item
Creates a copy of file or folder.
Last updated
Creates a copy of file or folder.
Last updated
This activity creates a copy of a file or folder as a DriveItem and adds it to the user-specified location using the Microsoft Graph API.
Connection Id: Required
Specifies the office 365 connection id.
Drive Item: Required
Specifies the file or folder that is to be copied as a DriveItem. 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].
Destination: Specifies the directory to which a specific item is to be copied 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: Required
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.
Drive Item Copy: Required
Specifies the new file or folder as a Object.