I need a validation: first step slection " System " panel in Category, 2nd step selection: if select Type " New" or " Change", then " Date", "Name" , " Level" fields are required fields, but these fields are not required if "Remove" is selected. I applied validation rule below, but not working.
and(and(equals(Category, "System"), equals(Type, "New")),isNullOrEmpty({Self}))