The derived property dont update properly.
Summary:
Derived property is not getting updated properly unless we do a Clear manually or providing an <clear> actionscript.
Content (please ensure you mask any confidential information):
I have a derived property named "Property1" which is a node template. And i have a another property named "Property2" which is also derived. But that is a string template. Property2 expression is dependent on the Property1 derived value. Whenever Property1 changes, my Property2 should be updated. But its not happening properly. I need to go to the Property2 and do a Clear action to get the updated values always which is kind of not ideal scenario to the users. It should automatically get updated whenever my "Property1" gets updated.(I am using locations in the expression of Property1 )