I have a UDT with Product Level tag in it. I want to configure Alarms such that another expression tag in my UDT named "Active_Alarm" which shows me the name of Alarm activated. I used the following expression
This won't work as when you are specifying {[.]Product Level} you are in reality specifying the value of the tag, not its tagpath.
The isAlarmActive expression function expects a tagpath as its first argument.
What you could do is specify the .path attribute, and maybe follow with a *wildcard.
This is untested but should work.
Do not put your expression as "Event Driven", as the path of those tags does not change.
Let me know if it doesn't work, then I'll do some testing on my end.