I have a “Write binary file” node that takes files from previous node “Extract files” and should save each file into a directory. The path (windows share) is hardcoded and the file name is provided as a javascript code.
The code is properly resolved into a correct filename when setting up the parameters. But when executing the node, the code in {{ }} is used for the filename.
The file itself is written correctly, and into correct directory.
Do you have a small workflow that can reproduce this issue? Do you get the same issue if you don’t write to a UNC path? It could also be a general Windows issue I will need to find a Windows machine to test on.