spDeleteFolder Step
Description:
This step deletes a folder from the SharePoint site.
Inputs
- BaseURL – BaseURL for your SharePoint site
- selOAuthProvider - Select OAuth Provider
- destinationFilePath – Path to delete folder in your SharePoint site
- resultJson – Store result in Variable or Global
Returns
- True – step executed successfully
- False – step failed to execute
Usage:
Example:
Let’s build and execute the “spDeleteFolderDef” example.
- Create a new definition called “spDeleteFolderDef”
- Select the definition and click the “design” button
- Drag a “spDeleteFolder” step to the canvas
- Connect the dots between the Start and “spDeleteFolder” step
- Define a variable/global to store the result after execution
- Click the "spDeleteFolder" step to configure its "Settings" properties. Provide a name to the step. Provide a description. Provide a base URL to the SharePoint site. Select the SharePoint provider from the dropdown list. Select the oAuth provider dropdown values coming from the connection menu. The oAuth setting must be configured with SharePoint oAuth parameters to get authorization. Provide the SharePoint site's folder path to be deleted. Provide a variable or global to store the result after execution.
- The “Logging” setting configuration is necessary for documentation and also measures the workflow progress and the percent complete. This is achieved by configuring the step state and percent fields individually, as shown in the images below. Configure the “Logging” using the following properties.
- Save the process definition, create a new process instance, and execute. The process shall start with deleting the folder from the SharePoint site.