How to do message correlation when you have parallel multi instance receive task?

How to do message correlation when you have parallel multi instance receive task?

Hi,
Try create local variables for each task (can be created as input variables) and send correlation message to new created variables

@Kikol Thank you so much.