Upload File
Upload a file from an One Drive to local disc.
Category: Microsoft Office 365 & OneDrive · Group: Office 365 · Activity name: MicrosoftUploadFile

Example
outputVariable = MicrosoftUploadFile("<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 on the disc where to save the file |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | Specifies the name of the variable that will store the metadata of the uploaded file. |