I now have a new condition that should be an "or" condition for one of the conditions in the original set...
I have a lot more conditions than this, but to simplify:
[If All]
Condition 1
Condition 2
Condition 3
I want to make it:
[If]
Condition 1
AND
Condition 2
AND
Condition 3 OR Condition 4
The way I'm thinking this has to be done in Builder is to put Conditions 1,2,3 into an "If All" group, and then Conditions 1,2,4 in a different "If All" group and have the overall Set 1 be "If Any" of those two groups.
A) Is there a better way to accomplish this?
B) Is there any way to create a group from existing conditions and/or copy them into a group? Or do you really have to recreate them one by one?

Comment