Uses an Item ID to get information on a document in SharePoint.

Options

  •  Site Path (text): The location of the site. Found in the URL of the site
    • if the link was: https:/testdeveloper.sharepoint.com/sites/Testsite/innersite/SitePages/Home.aspx for the site called ‘Innersite’, the site path would be the bolded section above (slashes included before and after), which is all the information after ‘sharepoint.com’ up to ‘SitePages…’.
  • Document Library (drop down menu): Choose from existing document libraries.

Input Fields

  • Item
    • Item ID (text): The Document ID. Can be found by using ‘Search Document Library’.

Output Fields

  • Document
    • Name (text): The name of the document.
    • Created By ID (text): The ID of the user who created the document.
    • Created By Name (text): The name of the user who created the document.
    • Created At (text): The date the document was created.
    • Updated By ID (text): The ID of the user who updated the document.
    • Updated By Name (text): The name of the user who updated the document.
    • Updated At (text): The date the document was updated.
    • Size (text): The size of the document file.
    • URL (text): The URL of the document.