How to I write an expression in an exclusive gateway to check if a field is null? Right now I have it checking if the value is less than or greater than 7. If there is no value, the process is terminated. How do I either 1) check for a null value or 2) change the null value to be 0?
Thanks!