Skip to Content
1
Former Member
Apr 29, 2014 at 11:30 AM

Using concat Function in Mapping

95 Views

Hello,

I have a mapping where I'm using the standart concat function to concatenate the content of two queues. Every queue has normally only one entry. When both queues have one entry, it is working without any issues.

But now my problem: First queue has one entry and second queue has only a supresser. When I want to concatenate both queues, the result is also a supresser. But I'd like to have that the result will be the entry of the first queue when second queue exists of supresser...

How can I get this realized that the concat function is also working in this case?

Is there maybe a workaround?

Thank you for your help.