Hello,
I have a formula to make a dropdown field required based on the selections from another dropdown field. There are dropdown choices as to which this field should be required. Here's what I have currently but it doesn't seem to be working:
and(
isInList(
$leadgrade_c,
createList(
"Duplicate",
"MRHFM Duplicate",
"SM Duplicate",)))
Note that I also need to be able to make the default selection show as blank and not one of the dropdown choices. Is this possible?
Thanks,


