Record date and time on first non-blank

I need ideas on how to record the date and time when the user records data in one column. I only want to record the date and time first enters data in the column and not subsequent changes.

ChangeTimeStamp would almost work but, CSV uploads to the table trigger a change to the column therefore a new timestamp.

0 1 32
1 REPLY 1

Steve
Platinum 4
Platinum 4

Set Reset on edit? to ISBLANK([_THIS]).

Set Initial value to NOW().

Set Editable? to FALSE.

Top Labels in this Space