Solved
Forum Discussion
siwadon
4 years agoEmployee
Why would Date.now() work without any errors while passing a parameter and generating file names dynamically
I doubt that it would work without removing the colons because that’s the only difference. Can you verify if the file is written successfully? If that works, what is the filename you see on the server side?
darshthakkar
4 years agoValued Contributor
Yes, the file was written successfully, in fact I generated ~5k html files on the sftp.
Moreover, the file name was unique, the file had 20+ columns but there was a column named ID (unique values) which was used as file name. The file name was sent as a parameter as you can see from the snap. i.e. _pipelineParameter
- Madhu14 years agoNew Contributor
Thankyou @koryknick . Absolutely its working as per expected results.