Download File from One Drive

Last published at: May 14th, 2024

Description:

Send(Download file to OneDrive)

Inputs

  • selOAuthProvider - Select OAuth provider
  • filename - Name of the source file to be downloaded
  • destinationFilePath - Path to save the file to local machine
  • resultJson - Store result in Variable or Global 

Returns

  • True – step executed successfully
  • False – step failed to execute 

Usage:

To use this step, you must configure OneDrive in FlowWright application

Example:

Let’s build and execute the OneDriveGetFileDef example.          

  • Create a new definition called “OneDriveGetFileDef
  • Select the definition and click the “design” button
  • Drag a OneDriveGetFile step from the toolbox
  • Connect the dots between the start and OneDriveGetFile step 

  • Click on the “OneDriveGetFileStep” step to configure its properties
  • Configure the following values for the properties as shown on the below graphic 
  • Save the workflow definition, create a workflow instance and execute. Step should get file from the OneDrive.