Easy question: switch node from payload content

Hi,

I need your help please.

I have this payload-data in the dubug:

grafik

i want this in a switch node. If presentValue: 1 then switch 1 / If presentValue: 2 then switch 2:. Like this:

grafik

What i need to do? Thank your for Help!

Test msg.payload.presentValue
Test for a numeric 1 or 2

This should do it:

(The second one should also be numeric like @zenofmud said, although it likely works either way)

thank you! it works now!