Clear change timestamp column

Is there anyway to clear a change timestamp column?

I am trying to give the user the ability to reset an order status back to its original status which involves clearing a number of change timestamp columns so that other logical expressions can continue to use ISBLANK, ISNOTBLANK logic on those change timestamps

The columns are not appear when i create an actions Data: Set the value of some columns: So iโ€™m guessing the answer is no, i can not. I can obviously change these to DateTime columns however that would be a lot of work at this point

Solved Solved
0 2 211
1 ACCEPTED SOLUTION

Changetimestamp type field is basically โ€œnot editableโ€ by manual input nor by data change action.
You just change the data type over to normal datetime type, and make the column to reset on edit while initial value have expression of NOW().

View solution in original post

2 REPLIES 2

Changetimestamp type field is basically โ€œnot editableโ€ by manual input nor by data change action.
You just change the data type over to normal datetime type, and make the column to reset on edit while initial value have expression of NOW().

ok great thanks for that!

Top Labels in this Space