This solve the message, Thanks.
But it do not solve listing of the data I'm are interested in.
I added data Source (FX): [ {{ query96.data.hits.hits}} ]
I'm traying [ {{ query96.data.hits.hits._source}} ]
This returns null
But as you can see the information I whant to list is in the Source column.
Can it be that the name is "_source"?
{
"took": 6,
"timed_out": false,
"_shards": {
"total": 1,
"successful": 1,
"skipped": 0,
"failed": 0
},
"hits": {
"total": {
"value": 71,
"relation": "eq"
},
"max_score": 16.200567,
"hits": [
{
"_index": "retool_even",
"_id": "-jXlopUBwtqmWe9eJx6M",
"_score": 16.200567,
"_source": {
"SourceID": 22,
"ProductID": 2335804,
any Idees?

