Why doesn't linked table display Values

I have one table that links to another. I have a query that should be showing the variations for each selected row of table 2. You can see by the attached image, that the value is showing when I hover over it, but not in table 4. Any ideas?

If only to show the selected row of the table use:
{{LinkedTableVariation.selectedRow.data}}

Thanks. That's what I want, but the table wasn't showing the value. I finally decided to remove the table and then add it back. For some reason, that took care of the issue. The companion table now displays the variations related to the selected row.