Hi, Add the below script in the Test activity advanced tab. var date = getCurrentDate();date.setDate(date.getDate()-3);vars.currminus3Date = formatDate(date,'%2D-%2M-%4Y'); After that use the below condition in the test activityformatDate(getOption("lastRunDate_TECHNICALWORKFLOW"),'%2D-%2M-%4Y') >= ...