I would like to hide the choice control "Triage Status" based on a choice selected in another choice control "Intake Status". I want the control Triage status to be disabled when the control Intake Status is empty or equal to "In Progress". The choice control Triage Status should not be disabled when Intake Status is equal to "Pending Approval" or "Intake Complete".
I have the below formula, but when I select "Pending Approval" or "Intake Complete" in the Intake Phase choice field, the Triage Status choice control is still disabled. Please advise how I can disable / enable this control.
not(or(equals(IntakeStatus, "Pending Approval"), equals(IntakeStatus, "Intake Complete")))
