We have custom field with decimal values in it. We want to calculate the sum(custom fields) from 2022 to 2026 and repeat this calculation everyday.
We have created another field to store this sum value.
How could we use the workflow to calculate sum for custom field?
For example, FIELD1 has values in multiple records like 2.5, 9.99, 2.01.
FIELD2 should store sum( 2.5, 9.99, 2.01)