Hi,
I'm new to arcade and trying write a simple expression to put logic requirement in a field.
I have three string fields (field1, field2, field3) with domains values (value1, value2).
If in field1 and field2 a specific values and their combination are chosen, field3 must NOT be required for filling if at least one condition match.
I tried but it does not work. Please advise what's incorrect
DomainName($feature,"Field1")!="Value1"||
DomainName($feature,"Field1")!="Value2"||
DomainName($feature,"Field1")!="Value3"&& DomainName($feature,"Field2")!="Value1"
Solved! Go to Solution.
@AidosMalybayev you're welcome!