Custom alarm name per UDT instance

I have an UDT that has 1 member with Alarms Enabled.
I would like the Alarm name be different on each instance of the udt but the Name property is not bindable.

The problem is my AlarmsByCount, AlarmsbyDuration reports are grouping all of them together and the results are misleading.

Is there a workaround, maybe via scripting, to change the alarm name at the instance level?

Hello Jose,
If I am understanding correctly, I have done this by using {InstanceName} for the alarm name.
Hope this helps,
David