Only switch on/off when a boolean true

I did make the next flow as test:

In debug I do now see false or true depending on the vakantie boolean is false or true.
What I like to manage is that the payload from schedule is going throug only if the vakantie boolean is true and not if vakantie boolean is false.
How to manage this?

I do this with a “gate” node. You can turn that on or off and if on payload passed else its blocked

I’m not 100% sure if this is what you are asking. But the way I interpret it is the problem you are having is that you want the schedule node payload to pass through the “vakanitie ann” node rather than be overwritten by it.

If this is correct, in the “vakantie ann” node you can change state location to “none” and the payload from the previous node will pass through and not be overwritten.

thanks. This did the trick