The "Put Job in queue" is not working as expected.
Problem is, it's processing both files in the same time, and the upload file depends on the file name by using the variable "{STRING(Substring|{TRIGGER(Active|LastTrigger|File.Result.Name)}|3|15)}" , it's taking only one name of the two files and passing it to the STRING variable, and therefore uploading both files to the same folder. And this is wrong.
The "Put Job in queue" is supposed to process one file at a time, in order for each file to be uploaded to the correct path. VC tells me that I have to check "Put Job in queue" to process one file at a time, but this is not what it's doing, it's processing them both same time.
Edited by user
2016-09-14T10:28:39Z
|
Reason: Not specified