Hello everyone.
Is it possible for me to set the Source Document in Send File Over SFTP in my Appian folder and find the files based on the file name list provided by a process variable.
Any help will be highly appreciated. Thank you.
Discussion posts and replies are publicly visible
Hi Sarah, I don't see any direct function available to get the required document from folder by name but you can try retrieving all the documents first using getdocumentsfromfolder and then get the required file by matching the name using document and foreach functions and then you can pass this document to the 'Source Document' in the smart service.