I was wondering if it's possible to save a value from a property in a seperate database and have that value remain saved in the seperate database, even if I change the original value
In context, I am creating a workout tracker and I want to be able to save the weights I completed each workout, so I can then calculate my max, average, etc
I can do it manually, but I thought it would be cool to automate the system, so I only need to update 1 property each time
TL;DR, can I save values in seperate databases from inputting those values into one property