cancel
Showing results for 
Search instead for 
Did you mean: 

Send source values to two different target fields.

Former Member
0 Kudos

Hi All,

I have a requirement to send the two values coming in the one source field to two different target fields.

E.g: Source field is "src1" and having the values 1,2 .These values should be sent to the target fields such as

first target field "Trg1" should get the value as "1" and the second target field "Trg2" should get the value as "2".

Can we achecive this using graphical mapping.

Regards,

Sabitha.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The scenario is working fine.

rajasekhar_reddy14
Active Contributor
0 Kudos

very simple use CopyValue function , it will work perfectly

Source 1 valuecopyvalue(1)target1

source1 valuecopy value(2)target2

Regards,

Raj

Former Member
0 Kudos

Thank you Raja Sekhar.

Now my scenario is working fine.