'Unnest' object within JSON

Hi @qlmoffat , are you intending to use two tables here?

If you have that table already on the commented screenshot, you can create another table and then put in the data input as:

{{ yourJSONTableNameHere.selectedRow.data.data }}

Note: the first data is the entire data of that selected row. the second data is the column name you have.

EDIT: added screenshot