Create a SharePoint document

Last published at: April 26th, 2021

Description:

Create a new document on the SharePoint site

Inputs

  • BaseURL – BaseURL for ur Sharepoint site
  • selOAuthProvider  - select OAuth Provider 
  • SourceFilePath – Path of the source file to be uploadedl
  • destinationFilePath – Path to save the file in 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 spCreateDocumentDef example.          

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

  • Click on the “spcreatedocument” step to configure its properties
  • Configure the following values for the properties as shown on the below graphic
  • Select oAuth provider dropdown values coming from connection menu oAuth setting need to be configure sharepoint oauth params and get authorization. 
  • Save the workflow definition
  • Create a workflow instance and execute
  • Workflow will start and creates a document in SP.