Node-RED Scene Activation Issue

Hi everyone, I’m trying to set up a scene in Home Assistant called ‘Away Mode’ using Node-RED. The scene is supposed to turn off all the lights and fans in my house. I’ve created a sequence in Node-RED that starts with an events state node, which triggers when my alarm is armed away. This node then calls the service to turn on the ‘Away Mode’ scene.

When I arm my alarm to away, I can see in Node-RED that the service was called, but the scene doesn’t actually turn off anything. If I manually activate the scene through the Home Assistant configuration tab, it works perfectly. I have other sequences that call different scenes, and they work just fine, but this one doesn’t for some reason.

Has anyone else encountered this issue? I’m not sure if it’s a problem with the Node-RED setup or something else. Any advice or suggestions would be greatly appreciated! Thanks in advance for your help. :slight_smile: