How do I set the datagrid unique ID to the key of my JSON object?

Lets say I have this structure:

[{"uniqueID": {"some_data": "some_data"}, ...]

So far as i can see I can only set the unique ID as a value in my json, not the uniqueID key. If I click on the uniqueID in the select unique id box it tells me its undefined, probably because its using the value of the key as the unique ID. Any suggestions?

Hi, @immio ::wave:

I think you need to restructure your data a bit. You need a number or a string as the unique ID. It’s not a common way to structure data for a Datagrid.