Move File
Moves a file from an One Drive location to another.
Category: Microsoft Office 365 & OneDrive · Group: Office 365 · Activity name: MoveFile

Example
outputVariable = MoveFile("<filePath>", targetPath="<targetPath>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| File Path | string | Yes | Path to file in OneDrive like 'MyDir/file.pdf' | |
| Target Path | string | Path to folder in OneDrive like 'MyDir' or just '' |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | Specifies the name of the variable that will store the new file path. |