DMN Response from Multiple DMN Tables

the DMN tables A , B and C has hitpolicy as collect and output is List
ex: A reponse
[{
“Score”: {
“type”: “Double”,
“value”: 0.5,
“valueInfo”: {}
},
“Description”: {
“type”: “String”,
“value”: “L”,
“valueInfo”: {}
}
},
{
“Score”: {
“type”: “Double”,
“value”: 0.5,
“valueInfo”: {}
},
“Description”: {
“type”: “String”,
“value”: “M”,
“valueInfo”: {}
}
}]
so as a final response i expect combined response from A,B,C not able to reference output from table A and table B into Table C

Thanks in advaNCE

tried using literal expression but not working.

@Niall @aravindhrs can you please help here

Hi @gowtham_m
Would you be able to upload the DMN tables themselves?