Hello,
I have a scenario where I need to create business rule for condition : Field1='A' AND (Field1='B' OR Field1='C').
For this I need to prepare flow like below code.
IF (Field1='B' OR Field1='C')
IF (Field1='A')
// My action goes here
END IF
END IF
But, problem is I can't define nested condition in IF Area, see below Image for reference.

Any suggestion to implement it is hearty appreciated.
Thanks,
Ashish
*This post is locked for comments
I have the same question (0)