Show current tag value in Alarm Details

From the Alarm Status Table in Perspective, when I hover over an alarm and click the icon that appears on the right, it brings up the details for that alarm. In that popup it shows the value at the time of the event under "On Active". Is there a way to also see the current value (without navigating to another perspective page that has it)?

You can't add it into there, but you could add your own detail view that shows whenever you select an alarm in the view. In this, you would bind to the alarm tag's value and display it.

Thanks for the suggestion! I added a view component that appears when a row is selected and shows the current value.

I'd still like to have the current value shown as a column in the table though.. :frowning: