Hi,
I am building a rule that invalidate form submissions if when:
- ChoiceA(Yes/No)
- ChoiceB(Yes/No)
- ChoiceC(Accept/Denial)
Rule: If(and(ChoiceA!=’Yes’,ChoiceB!=’No’),ChoiceC==’Denial’)
This is just not working and I’m not exactly sure why.
Thanks for the help