Jep this is a know issue, see the release notes: https://docs.mendix.com/releasenotes/studio-pro/8.5
Changes in a change object activity are being executed all at once instead of being executed sequentially. In an example scenario, there is an input object “Entity” with an “Attribute1” with the value of old value
. If the value of “Attribute1” is changed to new value
and the value of “Attribute2” is changed to $Entity/Attribute1
in the change object activity, the result is that “Attribute1” is updated to new value
, but the value of “Attribute2” is updated to old value
(when it should also be updated to new value
). This will be fixed in Mendix Studio Pro 8.6.0.
Should be fixed in 8.6