Determine all attributes of a record in a microflow

0
I need to log changes in a record, before commit of course. Of course I can hardcode comparing all fields one-by-one and combine a string variable containing all fieldnames (from hardcoding in enum) and their old and new values. But this is a lot of maintenance when the entity is changed. Is there a way to loop through all fields in an entity and get there names and their values from 2 records (the old one and the new one) in another way than hardcoding?
asked
2 answers
1

See audit trail from the app store

answered
0

The Random Data Generator module in the app store also has good example good on how to do this, if you for some reason want to implement this functionality more customized.

answered