Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


DineshHirani
2013-06-20T13:02:58Z
With Copy Task can I use Variables in the include file mask file filter screen.

I want to use {TASK(ddf470a7-75d0-47ae-a82a-3548e887dc83,Result.UploadedFilesNames)} but when I have multiple files it errors with
Exception in Task: Illegal characters in path.
Exception in Task: No file(s) copied
Sponsor
Forum information
Support
2013-06-24T12:46:35Z
Yes, it is formatted with a line break while the Task requires a semicolon as separator.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
DineshHirani
2013-06-24T12:53:26Z
Can you please supply me with an example.
Support
2013-06-24T12:57:07Z
There is no sample for this. Perhaps a workaround is to use substitute Variable on that Variable to replace enter with semicolon.

{STRING(Replace,{TASK(ddf470a7-75d0-47ae-a82a-3548e887dc83,Result.UploadedFilesNames)},\n,;)}

Not sure if this will work but you can try.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top