Thanks for the heads up! I am currently building a workflow with an HTTP request where I assumed a null value would indeed become “” instead of the variable path as you mentioned.
Let me test this on my side as well, but I assume this will yield the same result.
instead of an empty string ("") (although I think it should be a null as it doesn’t match anything).
These issues make it very hard to pass the information to an external system which is interested in which attributes have changed (and hopefully no attributes that haven’t changed).
I am curious what workarounds are proposed and when we could expect a solution.
Note: when you define the replace transform you can’t use the empty string, you have to type something (only spaces are not supported either ), and then go to Advanced (the editor) and replace the string to "".