I want to use a distribution to set a label to an item, but have there be a finite number of labels that can be assigned. For example, i would want labels 1,2, and 3 where 1 is assigned the most, and 3 is assigned the least. Then later on, I want to use a 'decide' block to choose1 of 3 paths based on item's label. What would be the most efficient way to do this? Thanks