Seeing "User {name} added." Comment being added to Request Items for each Approval RecordIssue Every time a User Approval is added to your Request Item Records you are seeing the following Comment appear in the Activity History: User {name} added. This happens for every User in a Group Approval and also for every Individual Approval.CauseThis comment is actually related to Audit Records instead of Approvals. Every time an Approval is created it is also creating a Record in the [sys_audit_relation] Table which is triggering this comment to be added to your Request Items when the "Relationship changes" Configuration is added to your Activity History Filter. There is a System Property which controls the creation of the [sys_audit_relation] Records and is causing this issue.ResolutionPlease set the "glide.sys.audit_inserts" System Property to Value = false. This will prevent the [sys_audit_relation] Records from being created and will then resolve this issue.