User265788195 posted
I have a webdings field, I need to show a checkbox if a condition is true , if two conditions are true, I need show "NA", because it is a webdings field, it is not correctly showing I think
What I need to accomlish is..
if(fruit is apple) -> show checkbox
if(fruit is apple or fruit is mango) -> show "NA"
How can I do this?