Table with tag float

How can I create a table where I have 3 columns but the third column shows the values ​​of a tag directly?

Name Site KW
TG 01 offices tag 1
TG 02 production 1 tag 2
TG03 production 2 tag 3

If the number of rows is fixed and the tag paths known, you can use cell bindings to bring the tag values into the appropriate cells. If the number of rows is fixed, and the tag paths are available, you can use indirect binding to bring the tag values to custom properties, then cell bindings to move those property values to the appropriate cells.

If the number of rows varies, you’ll have to script the dataset generation. Or you could make a template that will display one row with a suitable binding, and use the template repeater to show the variable number of rows.