Fran, thanks for the link to my post. I don't think it's what Jose requires as it won't update if any of the tags change value.
I think the easiest option is,
- Create a simple coordinate view with a
tagPath
parameter. - Add a Label Component to the view and create a tag binding on the label using the
tagPath
parameter. - Render the table's value column as a view and select the view created above.
- Pass the tag path to the view instance.
You should be able to generate the list of instances by script fairly easily once you have the list of tags.