Help

Changes on profiles over time

526 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Lovemonk_Asesor
5 - Automation Enthusiast
5 - Automation Enthusiast

Hello, I would like to ask you for help with this.
I have a tracking table of profiles of people on social networks. In this table I write down the number of followers that each one has when I register it.
Periodically I review those profiles and update the data of followers of each profile.
I would need to keep a file of these changes in the number of followers to be able to review the history of each profile and see if its trend is positive or negative over time.
Thank you very much in advance for your help.

1 Reply 1

You need a Log table to record those cronological numbers. I’d make:

  • Create a Rollup field in the Profiles table, to get the newest/highest number (the current number of followers).
  • An automation to set the difference with the previos record