Hi!
I'm have the following situation:
I have an input node that sends out different booleans:
First time it sends this (using debug node):
Test1: msg.payload:boolean
Second time it sends this (using debug node)
Test2 :msg.payload:boolean,
so its 1 node sending out different booleans (not in an object)
The question that I have now is how i can trigger an action based on the name of the boolean ('Test1' and 'Test2' )
Can i use the 'Switch' node for this? how do i use it? what Property do i need to use? (since i can not use the ' msg.' property.. since the payload is in both cases the same (msg.payload : boolean)
Regards,
Thomas
