Hello!
When using the web request action node, it sends null as a string. For example here, I have a customer search property on a runtime source. I use this source in a web request to one of our own services using query parameters.
In our service we map the customer search query parameter to a service variable. This can now be found as a string “null“ in the debugger (last image). This is problematic for conditions such as “customer search has value“, which should be False but is now True because it is not actually null.
This only occurs when the runtime property is set to null. I don’t experience this if the property is undefined.
![]()

