Jun 21, 2024 03:29 PM
Hi
Is it possible to count the number of changes or modifications that have been made to a specific record?
Rgds
Jun 21, 2024 04:11 PM
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.
Jun 21, 2024 05:49 PM
Hi,
I tried the automation but I can't get it to work properly