"rootForTheQuery": {
"1677572271242_MA_CmTq3CoIZUMQS4ZqzjI0wN3uHZo1": "xxx",
"1677616477709_MA_CmTq3CoIZUMQS4ZqzjI0wN3uHZo1": "yyy",
"1677756607217_MA_CmTq3CoIZUMQS4ZqzjI0wN3uHZo1": "zzz"
}
Into a table, reason for this is beacause I need to be clickable and from the click get another query.
Hey @Bravo_Roi! Welcome to Retool and no apologies needed whatsoever
Tables expect arrays of objects or objects of arrays, and it looks like
query.data.rootForTheQuery is returning just an object. Could you try something like:
{{ [query.data.rootForTheQuery] }}
in your query data field? If this doesn't work, could you share a screenshot of the state tab in your left panel expanded out to show the query.data.rootForTheQuery as much as possible?