szymon_dybczak
Esteemed Contributor III

Hi @sakuraDev ,

I'm afraid your assumption is wrong. Here you define data field as struct type and the result is as expected. So once you have this column as struct type, you can refer to nested object using dot notation. So if you would like to get energy field you would use: 

data.energy

To make this data in tabular format you need to perform some transformation.

View solution in original post