cancel
Showing results for 
Search instead for 
Did you mean: 

map Header field on Item field

former_member745782
Active Participant
0 Kudos

hello everibody.

I have a very simple problem but i'm not is possible solve with standard graphycal mapping.

I need map a field on header structure in all relative field on item structure:

example:

inbound message:

<header>

<field1>a</field1>

<row>b</row>

<row>c</row>

</header>

result:

<header>

<fieldA>a</fieldA>

<row>

<fieldB>a</fieldB> (this is the field1 value)

<fieldC>b</fieldC>

</row>

<row>

<fieldB>a</fieldB> (this is the field1 value)

<fieldC>c</fieldC>

</row>

</header>

hany help?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use copy value function available in Constants category.

former_member745782
Active Participant
0 Kudos

solved using UseOneAsMany function

Answers (0)