I know it is something really basic that I'm missing here. So I am getting Pushbullet notifications from my phone to NodeRed. I'm looking for any particular notification with a msg.payload that contains a specific set of words. However the switch node is not picking up what is on the message payload.
Here's the debug node:
Test Notification : msg.payload : string[34]
"This is a test message from Sonarr"
But my switch node that is set to look for msg.payload containing "This is a test" is not picking it up, because of the msg topic (Test Notification?).
How do I get the switch node to ignore Test Notification topic and just look for what is in the payload?