This is my array,
switch(this.rawValue) {
case "1":
olpDocSub.addItem(Trampoline:);
default:
olpDobSub.addItem(Please choose item.");
break;
I would like case one to include:
If the User selects yes to the color red, then Michael Johnson display in the approver field
If the User selects no, nothing is displayed in the approver field.
Thanks in advance for your help.