Afternoon all, I'm trying to find a way to notify a user of what changes were made to an edit form within my app.
I have created two collections, one when the edit form page is visible

And another which is on the onchange property of my dropdown boxes.

This works well in as much as it shows the modified data in the second collection.
I need to be able to compare the two though, filter to only show those that have been modified / do not match.
End goal is to then send a html table of the changes to a user - just not sure on how to compare the two, many thanks.
