[IGN-7670] Getting "Bad_Stale" quality when reading an invalid component property

v8.1.27

Shouldn't this return Bad_NotFound?

image

{./CoordinateContainer/Label_0.HELLO} returns Bad_NotFound
{./CoordinateContainer/Label_0.props.HELLO} returns Bad_Stale :confused: which means I can't use it with the expression function isAvailable :frowning: (or have to be careful with it at least)

1 Like

It seems to be Bad_NotFound with a Property Binding, but Bad_Stale with a Expression. :face_with_raised_eyebrow:
Property binding with Expression transform would be a nice workaround until it's fixed.

1 Like