Add Date and Time when a Box is checked

Hello,

I am trying to add a section to a table that will automatically pull the date and time when a box has been checked.

I can not figure out how a formula that will allow this to happen, any suggestions would be appreciated.

This is an example of the document.

@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