Hi Everyone,
I 'm getting above error for the below code.
a!dropdownField( label: "Is Under Header", placeholder: "Select", /*required: ri!questions[ri!index].questionType<>cons!RIDCO_QUESTION_TYPES[11],*/ disabled: index( ri!questions[ri!index], "questionType", {} ) = cons!RIDCO_QUESTION_TYPES[11], choiceLabels: touniformstring(local!headerQuestions), choiceValues: touniformstring(local!headerQuestions), value : touniformstring(index(index(ri!tempQuestions,ri!index,""),"parentQuestionText",{})),
local!headerQuestions : returns list of text string
Discussion posts and replies are publicly visible
srikanth said:index(index(ri!tempQuestions,ri!index,""),"parentQuestionText",{})
The output of this expression should be present in the choiceValues and should be singular. So check the output and handle the values not present in choiceValues with null in the 'value' configuration.