Views:

Description

SharePoint Get Item Metadata

Signature

SharePointGetItemMetaData(
  'sharepointsite', 
  'sharepointusername',
  'sharepointuserpassword', 
  'issharepointonline',
  'doclib',
  'filename'
)

Example

SmartFlow(

  SharePointGetItemMetaData(
    'https://north52.sharepoint.com/CRMSite/',
    'bill@north52.com',
    'password',
    true,
    'https://north52.sharepoint.com/CRMSite/CRMDocuments/',
    'Test.pdf'
  ),

  GetVarJsonValue('d.Title') + GetVarJsonValue('d.GUID')
)

Parameters

Name Type Description Required
sharepointsite xxxx xxxx xxxx
sharepointusername xxxx xxxx xxxx
sharepointuserpassword xxxx xxxx xxxx
issharepointonline xxxx xxxx xxxx
doclib xxxx xxxx xxxx
filename xxxx xxxx xxxx