Reset On Edit expressions

I want to reset a column to its initial value whenever the row is edited except when I use an ‘action’ to change the value of one of the columns of the row.
Is there any expression that I can use for ‘Reset on Edit’ option?

“Reset on Edit” when anything in a specific column changes Tips & Tricks ?

I’ve seen various posts but none really explained this simply and I thought it might be useful to some people. So how can you get Reset On Edit to run only when a specific specific column changes from anything, to anything? [Column A] is the trigger column, we are looking for this to change [Column B] is the column with the Initial Value we want to update automatically Create [Column C] as a change timestamp, which only updates if [Column A] changes In [Column B] set the Reset on Edit formu…