Make a scripting functoid in a BizTalk map skip the output element
- by Jeremy Stein
I'm using a scripting functoid in a BizTalk map. In a certain case, I want the destination element to be skipped (rather than empty).
I'm using inline C#. When I return null, the destination element is empty. Is there a way to make it skipped altogether?