Curious, how are you calculating, last updated… Also you should change your last updated to a datetime format. (If you need date elsewhere your can use the new DATE () explain, or out or in a virtual column.
@Aleksi_Alkio I think that if you have a change timestamp, and you don’t point it to any column, and put no conditions, it’ll update to show the most recent edit?
@Tammi_Canelli, what exactly are you trying to accomplish?
If you want the timestamp for any change to the row, don’t tie the ChangeTimestamp column to any field. With no columns specified, it’ll update if any column changes.
Myself, I don’t use the ChangeTimestamp column type to track row edits; instead, I create a simple DateTime (normal, not virtual) column with an App formula of =now(). This column is set anew each time the row is modified.
We have to report on certain information elements when activated and depending on level of activation the updates could happen 4 to 6 times in a 24hr period.
The sheet that was setup is tied to a dashboard in smartsheet with just one date col and one time col for last updated.
I will remove the connection to the date col and see if that works.
@Tammi_Canelli This example app might be helpful for you: appsheet.com - Change Columns - Keep track of when columns change Change Columns - Keep track of when columns change appsheet.com