Thanks for the reply - but I can't get it to fly. Here's the error:
Error Executing script : BeforeAction Microsoft JScript runtime error 'PropertyStore' is null or not an object Line : 2 Char : 3 Error in BeforeScript : JavaScript, This Action did not execute.
Here's the code located on the BeforeAction in the Add Scheduled task:
var absDate = new Date([BackupStartTime]); Action.PropertyStore.absDay = absDate.getDate(); Action.PropertyStore.absHour = absDate.getHours(); Action.PropertyStore.absMin = absDate.getMinutes();