Hi
i'm trying to set up a task that will upload a file from a folder located on one of my servers to my ftp and then Writing the uploaded filename to a sql table.
upload works great and im using a notification that is fired in the flow tab on success
INSERT INTO Filelog(Filenamn, Date) VALUES('{TASK(PrevTask,StdOut)}', '{DATEFORMAT(yyyy-MM-dd HH:mm:ss)}')
im using the same thing on a server at work (version 5.7.5) and there every uploaded file generates a record in the sql table
Now in version 7.7.4 which im using on a trial licens at home Before upgrading the licens at work all files are uploaded but only generates one record containing every filename that I uploaded.
is it still possible to generate one record for each file uploaded?
Edited by moderator
2015-08-26T06:00:52Z
|
Reason: Not specified