Integer count = slot.getData("count") if(count > 100){ return "a" }else{ return "b" }