Is it possible to use a variable inside the FTP Automation? I’m connecting to an FTP server with several hundred similarly-named files, but only want to download 1 specific file, whose name I can set with a variable. I tried to use a file mask in a Download operation and insert the variable there like #download_filename#, but it doesn’t work.
Suggestions?