Skip to main content

Number of changes

  • June 21, 2024
  • 2 replies
  • 29 views

Forum|alt.badge.img+3

Hi

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

Rgds

2 replies

Alexey_Gusev
Forum|alt.badge.img+25

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.


Forum|alt.badge.img+3
  • Author
  • New Participant
  • June 22, 2024

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