{
"type": "text",
"name": "tdc_no",
"title": "TDC #",
"hideNumber": true,
"choicesByUrl": {
"url": location.origin + "/Enquiry/grade/{grade}",
"valueName": "tdcNumber",
"titleName":"tdcNumber"
}
, "defaultValue": "{{choicesByUrl}}[0].value"
},
I want this to show the first choice which is there in the response list as the value of the textbox/dropdown
any help?