Download File to Disk

Provides a Smart Service that allows for a document to be downloaded from Appian document management into a file system (either drive based or path based). There is no restriction for this node to be run only by user holding Administrator privileges.  

Inputs:

  • Document: Document from the collab to write out
  • File Path: Full file path to the disk location,  The file path must be escaped.  E.g.
    • To write to C:\temp\file\location → Use: C:\\temp\\file\\location
    • To write to \\myserver01\c$\some\dir → Use: \\\\myserver01\\c$\\some\\dir
Anonymous