Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Multiple destinations Mapping › Re: Multiple destinations Mapping
[quote user="xurxofg"]
Hi!
You can use a Less Than|Greater Than and a Value Mapping functoid. For example, for Age=10, if the value is les than 20, send true to the Value Mapping and it sends the Age to the destination. In other case return false and it doesn’t send.
I hope that it can be useful
Regards
Xurxo Garcia – MCTS Biztalk Server 2006
[/quote]
Thanks for your reply, I knew that I will be using the Less or greater functoid, however, the problem is that my input schema may contain 30 records, and they may be distributed as follows:
20 for the first destination schema (i.e <20)
7 for the second destination schema (i.e >20 && <30)
3 for the third schema (i.e. >30)
I want to do this splitting in one map, and I tried it, only I get the first record mapped, and others doesn’t get mapped….