If I assign an empty string to an action result, is it expected that it will be transformed into a boolean true?

This topic was automatically generated from Slack. You can find the original thread here.

Nicholas Reilingh : If I assign an empty string to an action result (this.myprop = "") – is it expected that it will be transformed into a boolean true?

Nicholas Reilingh : I guess that’s a yes? Seems not right to me, but maybe there’s a reasoning behind it

image.png

Nicholas Reilingh : will probably switch to using null instead

Giao Phan : No, it’s not expected. Thanks for the bug report, we’ll check it out.

Giao Phan : empty strings should be showing up correctly in the UI now. You may have to refresh your browser to see the change.