[Check for null values (empty vs (double quote) ]:

0
 After adopting version 11.4.0, we noticed breaking changes regarding the handling of empty values when passing an object as a parameter from a nanoflow to a microflow (and vice versa). Basically, the '' (empty string) value is now translated to an empty value (or vice versa). Do you have documentation for this new behavior? Is there any way to identify all occurrences where this regression might happen, especially in cases where we check object/property != ''?
asked
1 answers
0

Hi Luca Muraca

 

I seen this normalization behaviour.In Mendix 11.4.0, the runtime changed how empty string values ('') are handled when passing objects between nanoflows and microflows they are now normalized to empty (null) values.

I heared this from few others also, but it is safer to use always the empty check instead of ''.

answered