Create a predefined list with only one item, then create a constructed list and place this code
Begin Unverified Perl
my $var = 0;
if (NUMCHECKED("K1") == 3) {
$var++;
}
if (NUMCHECKED("M2") == 1) {
$var++;
}
if (NUMCHECKED("M3") == 2) {
$var++;
}
if ($var >=2 && VALUE('MC11') == VALUE('MP11') && VALUE('MP11') == VALUE('UK11'))
{
ADD("TestList",1)
}
End Unverified
Place this skip logic at DU
Not ListHasParentMember(TestConList,1)
Make sure to update the predefined and constructed list names in the codes