How to get only one column from load table object block

ok I solved the problem.

the field name in the table was “label” the data grid column definition logic used field “Element”
when I changed “Element” to “label” everything showed up as expected.
image

image