In a "Run if" I'm trying to check and see if a context variable is null, Either I've found a bug or I'm going about it the wrong way. The subjob associated with the if clause never runs. Yet, in a tMsgBox, I display the value of the context variable and it shows up as null.
If I put 1==1 in the if clause - the subjob runs - so, I know that it's evaluating the Conditional statement. Any suggestions/ideas?