Map Looping Problem

Home Page Forums BizTalk 2004 – BizTalk 2010 Map Looping Problem

Viewing 1 reply thread
  • Author
    Posts
    • #21619

      Hi Gurus,

                 I have a input schema like three elements

      –elemeparent

      ——element1

      ——element2

      ——element3

       

      I have to create target message Like

      –elementoutparent

      —–element(3 times).

       

      What functoid should I use to achieve.

      Please give any suggestions.

       

       

    • #21623

      You should just connect input elements (element1, element2. element3) to the output element (element) without functoids.

      • #21628

        Thanks for your reply greg, I forgot to mention one thing  element1,element2,element3 contains integer values which I have to Map those values in Descending order Like

        element1 — contains 300

        element2 — contains 200

        element3 — contains 500

         

        then my output should be 

        element – 500

        element – 300

        element – 200

         

        Again Thanks for your prompt reply..

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.