I have a column for “Completed?” with a checkmark option. When this is checked, I’d like for that column (“When complete?”) to populate the time it was checked.
I think I need to combine something like this:
IF({Completed?} = 1, LAST_MODIFIED_TIME({Completed?}))
with
DATETIME_FORMAT(SET_TIMEZONE({Completed?}, ‘America/Chicago’)‘M/DD/YYYY h:mm’)
but I’m not getting it to work the way I was hoping.
Thanks in advance!
Rachael