Hi Community, In Collibra, when a child asset is added under a parent, the parent’s “Last Modified On” does not update automatically. We have a requirement to run daily queries on parent assets based on this timestamp. Because the parent timestamp isn’t updated on child creation, we’re considering a custom, domain-scoped workflow that detects new child assets and updates the parent’s timestamp accordingly. Questions: Have you implemented a similar approach (workflow or API-based automation) to keep parent timestamps in sync with child additions? What triggers/conditions did you use (e.g., specific child types, relationship changes), and how did you avoid unnecessary updates? Any pitfalls, performance considerations, examples, or lessons learned you can share? Thanks in advance for your insights