I have some project variables with Basic Type = variant, and default value = “True”. When I change the basic type to Boolean, the default value flips to “false” and requires me to change it back; is that as expected?
Hi Eivind,
Yes this is expected. We don’t perform any conversion on the default value when the type is changed, we simply assume a false default for booleans. The user is then free to change this value after the type selection.