Hey @autovantaofficial

You can achieve this in three different ways

  1. Schedule a backend workflows to run across all records and update them. You will need to schedule a recurring workflow

  2. only update the record when you need to. For example if the data does not need to be updated till it needs to, then adjust your formula to also get the difference in dates between the last update date and current date then update a single record.

  3. you can use a service like zapier or easycron to call a backend workflow to run the calcs across your dataset.

Obviously each method has pros and cons, the 1st should be the easiest to do.

The keys message here is to be efficient. Avoid updating records that are not needed. Only update when you need it. Less Workload Units = less $$$