Hello,
I have a choices array loaded for radiogroup/dropdown, etc questions . Based on the value selected in these questions, the next subquestion is loaded (visibleIf condition). The 'visibleIf' condition here compares the value of the question:
"visibleIf" : "{question1} = 'Yes'"
Instead of comparing the values, I wish to use the id instead. If I add the 'id' value to the choices array, can you tell me how I can use the same for 'visibleIf' / 'enableIf' conditions?