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’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.