I am facing a strange situation in one of my mapping programs.
The graphical mapping looks like this:
When I do a display queue of the FIRST udf I can see the expected result
When I do a display queue in the next UDF which is taking the output of the FIRST UDF I can see some extra "null" values
In the subsequent UDF I see that all the output values are vanished and some "null" values are getting as an input to the target function
With this strange behaviour my mapping is failing and I am unable to understand how my output values are getting replaced with "null"
Any help will be appreciated
Sourabh