Skip to main content

Hi

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

Rgds

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.


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.


Hi,

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


Reply