That’s not null, that’s an empty string, no?
@bastiaanr – can you clarify exactly where you are specifying $null? This “magic” literal cannot be used to set anything. It can be used to check if a var is null in a BRANCH in some other cases.
Setting a string var to “” is not equivalent to null. Such a var will not match $null.
If you need a var to be in the pipeline and explicitly set to null (which is rare – usually just drop the var) you can create Java service that accepts an input var that holds the name of the variable you want to create with a null value. But really, should just drop the var.
If you have more details about your specific scenario, the guidance can be refined.
#webMethods-cloud#webMethods-io-Integration#webMethods