I pulled the history log for a specific time period and filtered it by module, line item, and list items.
I'm trying to understand how to interpret this history:
- Row 1: Previous value was 0.5 → changed to 1
- Row 2: Previous value was 1 → changed to 3
- Row 3: Previous value was 0.5 → changed to 3
- Row 4: Previous value was 3 → changed to 5
Row 3 seems inconsistent with the previous entry. It shows the previous value as 0.5, even though Row 2 already changed it to 3.
There are many such inconsistencies in the history log. All changes were made by end users through a UX page, and I noticed that some changes are not recorded in the history.
How should I interpret this?