Question on ChangeTimestamp.
I have it set up and itโs working correctly, tied to a โlast updatedโ date field.
but i notice a change on the same day gets me nothing.
We will have people updating status for certain items multiple times a time but only want to capture the most recent date/time updated.
Whatโs the best way to do this?
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.
Itโs just a date field, where user would manually set date then changetimestamp would update.
obviously not right.
so i tried adding a behavior to update it.
Do i need to set an action that clears the date first?
The Change timestamp wonโt update because itโs a date field. It will update it only if the columnโs value is changed.
@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?
help.appsheet.com - Tracking Changes Using โChangeโ Column Types Tracking Changes Using โChangeโ Column Types help.appsheet.com
@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.
@Grant_Stead I assume that the date field is the only column for that Change Timestamp field.
Thank you everyone.
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
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |