Export to subfolders

Hi,

I wanted to create a modular Workflow to handle output of files to an SFTP server, where the names and paths are passed as parameters. I was performing some testing and noticed that my parameter that has a '/' becomes a '_' when the filename is built. Can we not send to more than one subfolder level?

Thanks

image.png image.png

Best Answer

  • Josh Boxer
    Josh Boxer Administrator
    Answer ✓

    We could look into this and discuss making a change to the way parameters are handled, but could you not just use two different parameters for the path? So it is becomes: <param:PATH1>/<param:PATH2>/<param:COUNTRY>_<param:FILENAME>

Answers

  • Yes Josh, can use 2 parameters, but then locked into that format. What If I wanted 1 or 3 subfolders? Thanks