Choice Options Object
Example
{
"name": "Which service you are interested in?",
"hintText": "Select one value",
"optionsList": [
{
"label": "Microsoft Office 365",
"description": "Office 365 product",
"value": "MsOffice365"
},
{
"label": "Dynamics 365",
"value": "Dynam365"
},
{
"label": "Windows 11",
"description": "Latest Windows 11",
"value": "Win11x64"
}
],
"defaultValue": "Dynam365"
}Value Example
Last updated
Was this helpful?