Flow not getting past current state node

The below flow works. When ifttt_webhook_received event is detected, goes through switch node to see where to route it, all good.

But I dont want it it to work all the time. I just want it to work when I have on a helper I’ve called nightmode. But when I place a check for nightmode between the events node and switch node, it never makes it past the event node. I’ve used this even node in other flows and it is not stopping other flows.

I assume that you are overwriting your message. Try to connect it to a debug node set to complete msg object and fire the events.
image

You can also simply rename the message and topic in the current_state node.

1 Like