Hello in an adobe campaign classic workflow I am using a "Test" node
(the yellow diamond) to check that another workflow "TECHNICALWORKFLOW"
has run today before proceeding. This is working well currently with the
following script:
formatDate(getOption("lastRunDate_TECHNICALWORKFLOW"),'%2D-%2M-%4Y') ==
formatDate(getCurrentDate(),'%2D-%2M-%4Y') I would like to make it so
that the test instead, looks to check the TECHNICALWORKFLOW has run any
time in the past 3 days, rather than today. I think I ...