Hey there, For our application we added the Audittrail module and used the method where you add the generalization class on the entity you want to log. We log about 5 or 6 entities, of which most are being edited by 1 person most of the time. However, very frequently this user gets an default error message on save of the entity (via a microflow with some extra saving logic). In our logs it shows that a Unique constraint error had occured on the Audittrail entity on the ID. I'm not sure if it rolls back the original entity too. Is there something I can do to fix this?