Declare Expression: Set existing value of the same property.
I have a requirement to calculate a age value by comparing two datetime values. Calculation is done using a declare expression rule and for some scenarios (otherwise path if all the other if conditions are failed - default path) without doing the calculation existing age value need to be display. We can't use same property for "value of" in declare expression since it creates a loop in there.
Is there any mechanism to set the existing value of the same property in declare expressions?