Can anyone let me know, if in a mapping there are two independent streams and i need to pass the value of one port from one stream to another, once the first stream has processed the data..
I do know you can store the value in Temp table and do a lookup in the 2nd stream but is there a way where without using Temp table the varible data can be passed across the stream?
I do know you can store the value in Temp table and do a lookup in the 2nd stream but is there a way where without using Temp table the varible data can be passed across the stream?