Variable resetValue()

Sometimes it's useful to put a variable back to its "initial value" but I don't believe there is currently an option to do that. Given there is a box to enter the initial value, could we have a resetValue()

Hi @Ross_Coombes, True :thinking: Thanks for the request! You could use setValue('original value here') to reset it back to the original value, but you'd need to actually supply that new value.