Display columnsAssociated by different alarm events

I'd like to display alarm associated data in my alarm status table but using the field name in the columnsAssociated displays only the value at the latest alarm event.

I have a piece number bound to associated data on this alarm. I'd prefer it display the piece number when the alarm went active, but once cleared or ack'd it updates to the latest:

I know that this info could be found using the expand button:

And I could get this functionality using the value instead of a timestamp but I'd like both. Is there any way to access the associatedData by a specific alarm event?

Thanks!

I don't think the associated data display in the alarm status table is performing as intended, despite being assured it is. I don't want to be clicking the expand button all the time to view key details of the alarms.

However I did this hacky method to make it work as I understand it should. Created associated data fields for each value I care about and then conditionally populate those fields so that they are now static.
image

As far as I know alarm props only evaluates when the alarm initially goes active. This is common across most, if not all, HMI platforms.