Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Problem in promoting fields of an Unbounded Record › Re: Problem in promoting fields of an Unbounded Record
September 11, 2008 at 4:33 AM
#20690
You cannot promote multiple values into the same property – a property can only have one value – hence the restriction.
What is it you are trying to acheive. If you need to extract a recurring value from a message in an orchestration loop then using the xpath function is the simplest way.