Trying to make a if function work

In that case, you have 2 options (at least);

  1. use a join node to ensure that both messages are joined and passed through the flow at the exact same time.

  2. save one of the msg's to context, and then retrieve it when the other msg arrives, so again both msg's pass through the flow at the same time.

1 Like