Description:
This step gets SharePoint document Properties.
Inputs
- BaseURL – BaseURL for your SharePoint site
- selOAuthProvider - select OAuth Provider
- documentFilePath – Path to get file properties in SharePoint site
- resultJson – store result in Variable or Global
Returns
- True – step executed successfully
- False – step failed to execute
Usage:

Example:
“spGetDocPropertiesDef”Let’s build and execute the example.
- Create a new definition called "spGetDocPropertiesDef”
- Select the definition and click the “design” button
- Drag a “spGetDocProperties” step to the canvas
- Connect the dots between the start and “spGetDocProperties” steps
- Define a variable/global to store the result after execution
- Click on the "spGetDocProperties" step to configure its "Settings" properties. Provide a name to the step. Provide a description. Provide a base URL to the SharePoint site. Select oAuth provider from the dropdown list. Select oAuth provider dropdown values coming from connection menu oAuth setting need to be configure SharePoint oAuth params and get authorization.

- Click on the "spGetDocProperties" step to configure its "Settings" properties. Provide the file path to fetch the properties from SharePoint site. Provide the variable/global to store the result after execution.

- Save the process definition, create a new process instance and execute. Render the process instance. The workflow will start and get the document properties from the SharePoint site.