Hello,
I have created a workflow to be used by multiple people for multiple projects. The workflow takes the file path of the input file and then changes the file name so now the output path is the same location as the input. Then using blob tools the workflow saves the output files in the same location as the inputs, reducing time spent saving and moving files. This works when I run the workflow on my computer, but when it is run on the server the outputs still need to be downloaded from the server. Has anyone done something similar to this without coding?
(A coworker got the server to save to a static file path, but I don't want to try and learn python just for this cool trick)