I am very new to Biztalk - I'm sorry if this is a simple question. I have two fields Type and Order-field coming in. Depending on the Type I need the Type and it's Order-field mapped to two areas (one area gets four of the Types, the other gets the other five or six). I've tried to do this with C# and a switch but I am getting all the data into one area and it gives me an error for any of the Types that don't match in that area.
I've looked...