Add Date and Time when a Box is checked

@Caleb_Daubenspeck

The simplest (but might not be ideal) way to do this is by adding a column formla
This will update anytime Re checked is toggled
Set Rechecked on Column Formula as -
[Re checked].Modified()

The other option is to use an automation that is triggered on row modify and writes Now() as a timestamp into the right row and column.

Both examples are in the doc below -

1 Like