We have an application with a database behind (some thousand records). Each month we receive an extract of the latest data from the database. I would like to see which entries in the database have been updated this month. I would like to count any change to any column as just one change per ID. Optional: If possible I would also like to know with fields have been updated (no details needed, just name the fields with an update).
I have included an example of the data with results I like to see.
Any ideas how to solve this with Alteryx?