Problem: Filenames are not being set correctly when sending files via FTP.
I have a json object being set earlier in the workflow to by a code block and then use an epxression to set the path.
\HaloOutput{{ $(‘Format Date’).item.json.Name }}.mkv
When setting the expression, the result shows the correct path but when running the workflow the file gets named as “\HaloOutput{{ $(‘Format Date’).item.json.Name }}.mkv”.
It seems as though the path epression is being taken literally.
The name field is set by this code block that formats the date and time for the block that downloads the file as well as removes the illegal characters for the FTP upload
Yes the opposite slashes has done the trick.
I tried this initially in version 1.66.0 and got an invalid path error. I attributed it to Linux pathing vs windows pathing but they may have been due to something else that I inadvertently fixed and didn’t realize.