At my source here are my triggers
OnCreation -> set item type and color
OnExit -> convert itemtype label to the name I want (eg. type 1 = A , type 2= B)
Flow (output) -> I want the item with label A go to conveyor 1 and label B go to conveyor 2
Question: does the Flow(output) occur first or OnExit trigger? if I refer to labels at Flow(output) do I refer to the original numeric label?