Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a master job which has two jobs
JobA------> JobB
I want to set link condition that run Job B only if it is First day of the month
try Run If trigger
TalendDate.getPartOfDate("DAY_OF_MONTH", new Date()) == "01"
try Run If trigger
TalendDate.getPartOfDate("DAY_OF_MONTH", new Date()) == "01"