Using initial vs. current variable interchangeably

I have a collection of tests that compare the values in a JSON response to initial environmental variables, then updates the environmental variables accordingly with the new values. However, I also have tests that I still want to have compared to the Initial values, instead of the altered current value. Is there a way to reference the Initial value instead of the Current value without having to create extra environment variables?