I have fairly simple entity with an Integer field default to zero (0) in the domain model. When I create records this integer field shows in the debugger nut zero but empty. If I test field > 0 then application will crash...
I would expect that that each field is filled with a zero value and not 'empty'. I work around it with a cleanup microflow but would like to know if this behaviour is correct.