Let’s say I…
- Create a variable for a background color
- Apply it to element
- Delete the variable
- Recreate the same variable with different background color
The element now has a broken variable link, though it retains the original variable name. Is there a way to relink it to the new variable since the name is identical?
I’d like to do this across a file without having to manually relink every variable and none of these options seems to do what I want.