The conditions you set for the split for the yes side will automatically put anyone who does not meet the condition down the no path. However, adding AND conditions will narrows down who goes down the yes path. All customers will have to meet every condition if using AND conditions. If you use OR conditions they will only have to meet one condition before moving down the yes path.
The conditions you set for the split for the yes side will automatically put anyone who does not meet the condition down the no path. However, adding AND conditions will narrows down who goes down the yes path. All customers will have to meet every condition if using AND conditions. If you use OR conditions they will only have to meet one condition before moving down the yes path.