Rename custom variable

When I rename a variable, I’d like it to be automatically renamed everywhere it’s used.
That’s not the case right now and a pain in the ass when renaming variables. It makes it actually impossible to rename…

1 Like

What do you mean exactly by renaming the variable? Is it tracking the variable under the new key? Or something else?

I mean this:

Original state:

  • name: profileID
  • usage in other tags or variables: {{ profileID }}

Then I rename it to somethingElse but in the tags and variables where it is used there is still a reference to {{ profileID }} where I would like it to change automatically to {{ somethingElse }}

1 Like

Also I have found this extremely annoying.

1 Like