Combine two items into single item

Hello.

I’m sure I am missing some simple solution here.
I have two streams of data with one item each. I want to combine them into a single stream with a single item. But no matter how I try or which nodes I use, I always get a single stream with two items.

How can I achieve the desired?

You can use:

Merge

image

Or

Aggregate

image