Power Table Dynamic Data Binding

I have a Tag folder with about 100 instances of a UDT. I would like to create a Power Table where each row is a different instance of the UDT and each column is tied to one of the UDT’s tags. I know how to set up cell bindings for an individual cell but that would take forever with how many UDT instances I have. Also I would like if I add another instance of the UDT to the folder or delete one, for the table to automatically update.

What is the best way to set up bindings like this?

The tags() expression function in my Integration Toolkit exists for this situation.

But you might find it easier to construct a template representing (and indirect binding) a single UDT instance, and using the template repeater to display many.

1 Like