How to bind an Alarm Status Table popup with UDT's

Hello, I am new to Ignition.

I am trying to create a parameterized popup alarm table. Each time you select a component (in this case, a sensor), it should open a popup window and display whether it has an active alarm. However, I’m having trouble binding the table to the UDT tags. I already have a custom property that allows me to use templates in the popup window. The issue is with the alarm table; it doesn’t display anything when I try to bind it to a tag through the tag property.

You'll need to configure an alarm property that is common between the alarms for that equipment. You can use the tag path, label, or display path filters and apply that filter to an alarm status table in your popup.

And how can I configure the alarm property? I don't have a lot of experience in Ignition.

In the properties for the alarm status table you'll see the Filters section (if there are ever properties you can't see it you'll have to change your property filter to all instead of basic).
image

Since the alarms you want to filter are all part of a UDT you can use the source filter. The * works as a wildcard.

Right-click the header of the table and add the display path column if it's not visible on your table.

I have the following expression:

I’m using the Root Container as the path, and I tried using *, but I doesn't seem to be displaying anything, I don't know if I am using them correctly.

I really appreciate you help!

What do your source paths look like in the table without any filter? I'm guessing you just have the tag path on the root container. You need the alarm path

My source path looks like this in the popup window (It is not displaying anything when I launched it):
image

This is the alarm path?
image

What's your UDT look like? You should be able to use something like

'prov:default:/tag:Sensors/Sensor '+{Root Container.Sensor_Num}+'*'

It worked! Thank you very much.

This is how the expression looks like: