CJA - Derived Field Persistence showing multiple values when "orginal" selected.
Working with derived fields to calculate the time difference between users starting on page A and the time they took to start page B. Have setup a derived field that uses a case when statement to determine the timestamp when page A was reached and the same for page B. Below the when statement have used a type case statement to parse the time into DD-MM-YY hh:mm:ss time.
This part works great.
But when I define persistance within the component settings as “orginal” and “session” it returns serveral values, Where I’d expect it to only return the first instance of the timestamp.


Thank you in advance