I have this table to track some gym progress.
I have a number of updated values for each record, e.g.:
for a 1 set of 10 for 245
for b 2 set of 8 for 356
and etc.
there is also column for tracking the latest update.
I need to be able to somehow store the progress/history of this values. So what if i update smth like this:
for a 1 set of 10 for 245 => for a 2 sets of 9 for 250
i could have bouth record in my base
I'm aware about the Revision history function, although it's not providing acces to the information in the most comfortable way
Is there a way, through some formula/automation/etc. to copy the current record each time i'm updating it?