Hi
I’ve been trying to add associated data to some alarm notifications, but every time I receive a consolidated message the associated data gets returned as “null”.
![]()
For context this is the format of the consolidated message in the notification block (with some additional formatting tweaks):
<html>
{alarmEvents.Count} alarm events have occurred:
</html>
<html>
{{
Alarm "{label}" at "{ScopeL2}" transitioned to {eventState} at {eventTime|hh:mm:ss}<br>
}}
</html>
The {ScopeL2}is associated data we use to filter alarms in Ignition.
In a normal message of a singular alarm the associated data does get resolved normally, but in a consolidated message it seems this data is not available.
Is there a way to use this associated data in a consolidated message? Or could that be possible in the future?