Condition Component Execution based on a global variable
Hi,
I want to send an email when a variable is set to '0'. I have saved that variable as a global variable using 'tSetGlobalVar'. Now, i want to send an email based on that value, i could not find any components that would allow me to make a connection to another component based on a condition.
Can someone please point me in the right direction.
My other approach is to send that email using java code (tJava component) However, i am certain that this way is a bit over kill and there is a simpler way to do such a simple task.