clean-branch-56468
06/02/2023, 12:32 AMacceptable-kangaroo-64719
06/02/2023, 10:39 AMacceptable-kangaroo-64719
06/02/2023, 10:40 AMworkflow.multChoiceQuestion="Please pick an option"
workflow.multChoiceOptions=[
    {
        label:"a",
        value:"a"
    },
    {
        label:"b",
        value:"b"
    },
    {
        label:"c",
        value:"c"
    },{
        label:"d",
        value:"d"
    }
]
also note that the choice array is surrounded by two {{curly brackets}} and one [square bracket] in the capture cardclean-branch-56468
06/02/2023, 10:44 AMmultChoiceQuestion as a variable of type array in advance in the main workflow properties?acceptable-kangaroo-64719
06/02/2023, 10:45 AM