Help

Re: Number of changes

565 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Mgomezv
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi

Is it possible to count the number of changes or modifications that have been made to a specific record?

Rgds

2 Replies 2
Alexey_Gusev
13 - Mars
13 - Mars

Hi,
You can expand record and see all changes for some time interval at the right side.
Also, if you want to represent the number as value in a table, you can add field like '# of changes', then build an automation that watch any updates to that record and increase the number by one. Of course, watcher should include 'selected fields'. Field representing number of changes, must not affect watcher, otherwise it will put  automation to the infinite loop.

Mgomezv
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi,

I tried the automation but I can't get it to work properly