Biztalk mapping Looping Issues

HI Experts,

In the below screen am doing a mapping using this condition.

TotalEq = {CNT02} where {CNT01} = 11
TotalCon = {CNT02} where {CNT01} = 12.

My logic is working fine, but am facing a big issue.

My input is 

CNT+11:5'
CNT+12:6'

and my output is like below 

<TN_e>
<TotalCon>6</TotalCo>
</TN_e>
<TN_e>
<TotalEq>5</TotalEq>
</TN_e>

But i want my output should like below, how can i do it?

<TN_e>
<TotalCon>6</TotalCo>
<TotalEq>5</TotalEq>
</TN_e>





  • Edited by sandydv85 17 hours 54 minutes ago
June 19th, 2014 12:32pm

this may not be a solution, but i see that you have connected your looping functiod at input side to the "CNT" record. I guess it should be connected to "C270" record. Just double check it.
Free Windows Admin Tool Kit Click here and download it now
June 19th, 2014 8:22pm

Hi Sandy,

As you dont want to create repetating structure on the destination, no need to use looping functoid. Remove it and then try. That should

June 20th, 2014 6:02am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics