I want to filter uncorrelated accounts in creation rule

yes i am doing at application level rule. Here is the image… if(Date.equals(“2023-08-14”)){

    return null;
  } i am doing this in customization rule it is going inside this if... 

image