Hi,I’m running into a weird caching issue in Mendix. I have a Vendor entity with a 1-to-many Vendor Contact relationship. I’m handling add/edit/delete of Vendor Contacts in memory — only committing when the user submits the main Vendor form. - Add & Edit work fine. - Delete doesn’t refresh the list. Anyone know how to force a refresh/resync of the child list when deleting in-memory objects? Or is this just a known limitation? Appreciate any tips! attachment: