Rename file in One Drive

Last published at: April 26th, 2021

Description:

Rename the existing  directory on the OneDrive

Inputs

  • filePath - Path of the file to be renamed
  • selOAuthProvider – select OAuth Provider
  • RenamedTo - Rename file to
  • 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 OneDriveRenameFileDef example.          

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

  • Click on the “OneDriveRenameFile” 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 rename file in the OneDrive.