I have tried to query Daml template text-Map it throwing me empty set instead of giving that particular data- for Example:
"Data": [
{ "information":"XYZ",
{
"textMap": {
"Type": {
"_1": "A",
"_2": "B"
},
"Date": {
"_1": "2019-11-29",
"_2": "AMD"
},
}
}
}}
]
here,in the above sample i tried to query only using type key but it is not throwing any data related to that particular key,but when i sending both key values of Map i can able to get that particular data.but i want to send only one key value inside of that Map for querying it.how can achieve this in daml.