I’m trying to set the initial value of a parameter to the label of an object option, but I keep getting [object] [object] in the UI input. Based on the documentation, it shows the label value as the initial value, but it doesn’t seem to work for me. Does anybody have any recommendations or fixes?
Code and screen cap below:
“phbold”: {
“label”: “Bold”,
“type”: “choose”,
“initial”: “No”,
“options”: [
{
“value”: {
“phboldopen”: “”,
“phboldclose”: “”
},
“label”: “Yes”
},
{
“value”: {
“phboldopen”: “”,
“phboldclose”: “”
},
“label”: “No”
}
]
},