Hi all,
I am trying to implement a scenario where n messages of the same type are received and combined together and then sent out. For this I have a loop in which I do a receive step and then I have defined a container variable for the message which is a multiline container. and then I also have a container for maintaining a counter. at the end of the loop I check if n messages have been reached then I send out the message.
My questions
1. When I define a MultiLine container for the receiver message there is one expression property what do I need to fill in here
2. I think I also would need to define a co-relation for this. Can you tell me how it will fit into the overall picture.