Hello All,
I am current have a job (upload data) running in visual cron that work successfully, and this job produce logs - which I need to send out via email to confirm successfully completion of the job.
My issue is that I am trying to setup an job to send the latest log file weekly via email attachment - there is no options to specific the file created on {DATETIME(TODAY)} to send.
I have try to use the date option ... created date > {DATE(LastWorkday|dd/MM/yyyy)} i.e. any file created before yesterday date, but this is not recognizing any files.
Any suggestion around this issue?