I would like to see how to add the time\date to the file name as well to avoid that the files get overwritten since the action is reapplied if the specific file returns on a specific computer.
You could replace (computer name) with something like this:
(computer name & “-” & current year as string & “-” & current month as two digits & “-” & current day_of_month as string & “-” & hour_of_day of current time_of_day as string & minute_of_hour of current time_of_day as string)