Invalid method invocation call with arguments

As you showed in your last message, each element of your joined channel is a three item element. But when you use the map operator, you say there are two items, tuple1 and tuple2. It’s not clear to me what you’re trying to do here with the map operator.

As for the order of the items, it should respect the order of the joined elements.