Hello,
Will this IF clause work?
if [field_A] == "aaa" and ( [field_B] == "bbb" or [field_C] == "ccc")
{
...
}
Documentation tells me I can run a complex IF clause, but looking for examples I found none.
I don't have a simple way to test, so trying here.
Best,
JD