Populating Table with JSON array shows square brackets

Hey @johnHemlane!

Can you try passing {{query68.data.map(row => _.mapValues(row, _.head))}} to your table?

That should extract all the values from their respective arrays, the lodash documentation has more info on _.mapValues and _.head!

1 Like