BoxRenameFolder Step

Last published at: May 3rd, 2021

Description:

Rename an existing directory in the Box site.

Inputs

  • selOAuthProvider - Select OAuth provider
  • folderPath - Path/FolderID of the folder to be renamed
  • renamedTo - Rename folder to
  • resultJson - Variable to store the result

Returns

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

Usage:

To use this step, you must configure Dropbox in FlowWright application.

Example:

Let’s build and execute the BoxRenameFolderDef example.

  • Create a new definition called “BoxRenameFolderDef”
  • Select the definition and click the “design” button
  • Drag a BoxRenameFolder step to the canvas
  • Connect the dots between the start and BoxRenameFolder step

  • Click on the “BoxRenameFolder” 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 existing directory in the box.