My intention is to delete file from a folder if they are created from the previous day created before 8pm. My job will run at 7pm everyday.
However, I do realise that with my setting to {DATENOWADD(Days|-1|dd/MM/yyyy 20:00)}
and manually run the job, say at 4pm, files created 4pm yesterday are deleted. Files created at 5pm are left alone.
Seems like it implies "24 hours" earlier which might not be the case for me.