Hi @Haliz.t ,
If you want to show the option set only after the user selects ‘No’, then you need to add the condition as follows
!d2:hasValue( #{variable} ) || #{variable}
The above condition will hide the option set if there is no value or “Yes” is selected (Inverse of when to show).
Thanks,
Rithvik