Cannot Send Multi Files Over SFTP ?

Hello,

I am trying to send multiple files using the smart service "Send File Over SFTP", but it is not successful, since it always send the fist file from the list of documents...

Does anyone has the same issue and find any workaround ?

Thank you in advance.

Nanbei

  Discussion posts and replies are publicly visible

  • Hello,

    For everyone seeking the way out to this issue, i find a solution.

    Step1. Create a subprocess MY_SFTPSendFiles, by receiving parameter a process variable my_DocToSent (not multiple, and " Allow the value for the variable to be provided when starting a process"), configure the smart service "Send File Over SFTP" by sending the variable my_DocToSent

    Step2. By calling the subprocess, MY_SFTPSendFiles, set the node to run one instance for each item in the list of files in "Other" section, and in the Setup section, set the input variable by giving the foreach loop the document.

    Hope my explanation is clear.