Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
String.valueOf((Integer)globalMap.get("tFileList_1_NB_FILE"))
Hi
How can send mail if files are not there using tFilelist havig xlsx files.
If files are present i need to run my job.
I am using ((Integer)globalMap.get("tFileList_1_NB_FILE"))>0 (if files present it has to run job)
((Integer)globalMap.get("tFileList_1_NB_FILE"))==0 (send mail if files are not present