Hello,
I've got aquestion: Could I use in expression builder in tMap string value? If i write this (and I had verified that the row1.MessageName is really value ServiceModified), output from tMap is nothing..
row1.MessageName == "ServiceModified" ? row1.message : "nothing"
thanks for your answer
Karl
I'm sorry, but i think I'm little blocked. I want to send field "message" by filtering field "MessageName" to various queues as you can see in my case. I want to use filter in tMap, I had defined variables, but I can't get your point
ok,
do it step by step
first we got some different value "in" and compare with context.messageName.
In the output flow , first we catch the flow where equals context.messageName. (tlogrow 1)
second we reject those who don't match ... (reject context message)
But we also can add another filter to those output flow (tlogrow 2 3)
and so on
Note difference between reject of input flow and reject of the filters designed in the output schema.
hope it helps
regards
laurent