I have an autosave form with autobiding. The downside is I cannot log changes easily because a new database change exists each time a field is updated. For example the form will have information about the name and date of birth of the user, phone numbers, addresses etc. And if I would use the database trigger event it would create tons of logs. Is there a way to perhaps gather some log that the user recently changed some data without having a multitude of logs and kind of cluster them into a single log?
So if I change my phone number, address and date of birth, i would like to get a single āuser updated personal profileā log.
Is that doable?