Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
What is the full error message? Can you please upload a screenshot of the whole job?
Regards
Shong
I think I have replied you in another topic, this is because you don't use the right global variable, please check it.
I used the right global variable as said by u
((Boolean)globalMap.get("tFileExists"))
and
!((Boolean)globalMap.get("tFileExists"))
I used the right global variable as said by u
((Boolean)globalMap.get("tFileExists"))
and
!((Boolean)globalMap.get("tFileExists"))
Are you sure you input the correct expression? To me, the error is caused by the global variable that does not exist.
The correct expression is:
((Boolean)globalMap.get("tFileExist_1_EXISTS"))
Regards
Shongif