How to use 2 operators in Confiforms Rules for Field Definitions macro?

Bill Mills August 22, 2022

I have 3 fields:

  1. FormType 
  2. Ready
  3. Business

I want to make Business a required field only when:

  • FormType field has value of  ChoiceA or ChoiceB

AND

  • Ready has value of Yes

 

I've currently have:

  • FormType:ChoiceA OR FormType:ChoiceB AND Ready:Yes

and have tried a few variations but have been unable to get the double operator to work.  

Is it possible and I have the syntax wrong, or is it not possible to use 2 operators?

Thanks!

1 answer

1 accepted

1 vote
Answer accepted
Alex Medved _ConfiForms_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 22, 2022

Hi Bill

The expression you have is logically a bit incorrect

This is what it's should be

(FormType:ChoiceA OR FormType:ChoiceB) AND Ready:Yes

Alex 

Bill Mills August 22, 2022

Thanks Alex, it worked. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events