cancel
Showing results for 
Search instead for 
Did you mean: 

Get the suppressed values

Former Member
0 Kudos

Hi all, I want to get the suppressed values from the output of the concat function.

The mapping looks like this:

Constant ->

Fieldvalue (x3) -> Concat -> destination (x3)

The Valuefield has a queue with 3 values, but after the concatination, the last 2 are suppressed. How can I get them? The first "destination" node gets its value, but the last 2 nodes dont.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rune,

have a look at your target. Maybe maxOccurs is set to "1"?

Could you give more details with your problem?

Regards Mario

Former Member
0 Kudos

Thanks for reply!

The segment can occur many times.

Because of the queue, I get 3 segments, but the field WBS_ELEMENT is only filled in the first segment. This is because the concat suppress the last two values in the queue.