Sorry, I am new to this product and need you to simplify this some more for me.
I created the File Trigger and set to the appropriate directory, watching for file creation.
Now I need to create a Rename Task and copy {TRIGGER(Active,LastTrigger,File.Result.FullPath)} into the Source path? Do I need to modify this statement any or does it pull the information from the trigger?
Same with the destination line, {TRIGGER(Active,LastTrigger,File.Result.Folder)}\{PATH(GetFileNameWithoutExtension,{TRIGGER(Active,LastTrigger,File.Result.Name)})}{DATEFORMAT(MMddyyyy)}{PATH(GetExtension,{TRIGGER(Active,LastTrigger,File.Result.Name)})}, do I need to modify anything within this string?
Thank you.