Hi Amy,
I strongly believe that we cannot skip a step depending upon the conditions.
instead separate the logic in plugin , With the switch statement.
switch (entity)
{
case "Account:
//do your logic
break;
case "Contact:
//do your logic
break;
}
Hope this helps
Sreeni
Sreeni Pavalla