Merge / IF data access

As I use custom runtime, the watchtower does not update my n8n container, hence I wanted to build a workflow within n8n itself to notify me about a new version, however, I’m having trouble with the merge and if blocks.
I got the two versions, latest, and current merged, but in the if I can’t access both values, only one.

What am I missing?

Here is the workflow:

Hey @user23!

In the Merge node, instead of using the Append mode, use the Merge By Index mode. This will correctly merge the data, which can then be referenced in the IF node.