We have a rollup field that is targeting a date in a linked table and applies the MAX aggregate function. I would expect that this would return the latest date in the field of the linked table. This mostly works… but now ever since March 25th of this year, it is no longer returning the correct date. For example, on a particular record there is only 1 linked record that is in the rollup field. On that record and in the field which is targeted for rollup is the datetime 4/2/2026 10:11 AM. However, the rollup field (which applies the MAX function) is showing a date of 3/2/2022 10:37AM
I just updated the aggregation function a couple times (to MIN then back to MAX) and it is now showing the correct date.
2 Likes
We’ll keep an eye on this @MWorth we shipped some changes late last week which should greatly improve how rollups and lookups are calculated.
So hopefully that fixes this going forward
Hey, this is still an issue. We have rollups that are not recalculating when the associated records are updated.