If/and/or clause

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

Yes, that'll work.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.