RM4 - Don't clear variable value when changing variable name

I was refactoring a bunch of rules and changing variables and each time the previous value got wiped.

I often just wanted to change the variable name but leave the rest of the action/condition that sets or checks the value. Any chance the condition and value could be left alone if the variable type matches?

1 Like