Overview
Contains multiple Smart Services for interacting with a remote file server via SFTP, FTP, or SCP. Using these services, an Appian application can be configured to send and receive files, folders, and metadata in a process. Features support for zlib compression.
Key Features & Functionality
Smart Services included:
All smart services in the package use Secure Credentials Store.
Hello,
Is there a way to send multiple files trough SFTP ?
Because the source document cannot take multiple files, so it send only the first one in the list of files.
Or is there a way to workaround ?
Thank you
This should be possible by configuring the node to run with MNI. If your files are in an array process variable (i.e. pv!files), you can set the node to run one instance for each item in pv!files. Then when configuring the inputs for the node, simply call pv!files in the input file parameter, and Appian will automatically pass in the instance of that array for the current iteration of the node.
You can find more documentation on MNI here: https://docs.appian.com/suite/help/20.1/Process_Node_and_Smart_Service_Properties.html#other-tab